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

Commit e17f99e

Browse files
committed
ci(circle): fix Julia install step name
1 parent 30d2b77 commit e17f99e

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
@@ -9,7 +9,7 @@ defaults: &defaults
99
- attach_workspace:
1010
at: /tmp
1111
- run:
12-
name: Install Julia v0.5.2
12+
name: Install Julia v0.6.4
1313
command: |
1414
curl -o julia.tar.gz --location --silent --show-error \
1515
https://julialang-s3.julialang.org/bin/linux/x64/0.6/julia-0.6.4-linux-x86_64.tar.gz && \

0 commit comments

Comments
 (0)