We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a02ad7 commit cc9fec4Copy full SHA for cc9fec4
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
- uses: actions/checkout@v2
40
- name: Setup Julia
41
run: |
42
- curl -LsS "https://julialangnightlies.s3.amazonaws.com/bin/linux/x64/1.6/julia-377aa809eb-linux64.tar.gz" | tar -xz
+ curl -LsS "https://github.com/JuliaPackaging/BinaryBuilderBase.jl/releases/download/tmp/julia-377aa809eb-linux64.tar.gz" | tar -xz
43
echo "${PWD}/julia-377aa809eb/bin" >> ${GITHUB_PATH}
44
- uses: julia-actions/julia-buildpkg@latest
45
- name: System info
0 commit comments