Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit b144784

Browse files
committed
ci(circle): switch to Julia v0.6.4
The v0.5.2, although it is the version the current Lint.jl is designed for, is unable to contact GitHub to download the package. Switch to v0.6.4 in order to be able to install the package.
1 parent a286326 commit b144784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defaults: &defaults
1212
name: Install Julia v0.5.2
1313
command: |
1414
curl -o julia.tar.gz --location --silent --show-error \
15-
https://julialang-s3.julialang.org/bin/linux/x64/0.5/julia-0.5.2-linux-x86_64.tar.gz && \
15+
https://julialang-s3.julialang.org/bin/linux/x64/0.6/julia-0.6.4-linux-x86_64.tar.gz && \
1616
mkdir julia && \
1717
tar --extract --gzip --strip 1 --directory=julia --file=julia.tar.gz && \
1818
echo 'export PATH="/home/atom/julia/bin:$PATH"' >> $BASH_ENV

0 commit comments

Comments
 (0)