Skip to content

Commit cc9fec4

Browse files
committed
[GHA] Use more permanent URL from where to download Julia
1 parent 4a02ad7 commit cc9fec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v2
4040
- name: Setup Julia
4141
run: |
42-
curl -LsS "https://julialangnightlies.s3.amazonaws.com/bin/linux/x64/1.6/julia-377aa809eb-linux64.tar.gz" | tar -xz
42+
curl -LsS "https://github.com/JuliaPackaging/BinaryBuilderBase.jl/releases/download/tmp/julia-377aa809eb-linux64.tar.gz" | tar -xz
4343
echo "${PWD}/julia-377aa809eb/bin" >> ${GITHUB_PATH}
4444
- uses: julia-actions/julia-buildpkg@latest
4545
- name: System info

0 commit comments

Comments
 (0)