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

Commit ac8da2e

Browse files
committed
ci(circle): fix path
1 parent e17f99e commit ac8da2e

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
@@ -15,7 +15,7 @@ defaults: &defaults
1515
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 && \
18-
echo 'export PATH="/home/atom/julia/bin:$PATH"' >> $BASH_ENV
18+
echo 'export PATH="/tmp/project/julia/bin:$PATH"' >> $BASH_ENV
1919
- run:
2020
name: Julia version
2121
command: julia --version

0 commit comments

Comments
 (0)