Merge branch 'master' of gitlab.fri.uni-lj.si:timotej/classroom
This commit is contained in:
commit
bb377ee309
|
@ -6,7 +6,7 @@
|
|||
state: directory
|
||||
- name: Download and unpack Eclipse
|
||||
unarchive:
|
||||
src: https://julialang-s3.julialang.org/bin/linux/x64/1.6/julia-1.6.7-linux-x86_64.tar.gz
|
||||
src: https://julialang-s3.julialang.org/bin/linux/x64/1.9/julia-1.9.3-linux-x86_64.tar.gz
|
||||
dest: /opt/Julia
|
||||
remote_src: yes
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- name: Install Julia
|
||||
win_package:
|
||||
path: https://julialang-s3.julialang.org/bin/winnt/x64/1.8/julia-1.8.1-win64.exe
|
||||
path: https://julialang-s3.julialang.org/bin/winnt/x64/1.9/julia-1.9.3-win64.exe
|
||||
arguments: /VerySilent /AllUsers
|
||||
|
|
Loading…
Reference in a new issue