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 842f8ea commit f5f9ba6Copy full SHA for f5f9ba6
.github/workflows/UnitTestArm.yml
@@ -25,7 +25,7 @@ jobs:
25
julia -e '
26
using Pkg; Pkg.add("JSON"); using JSON;
27
if "${{ matrix.julia-version }}" == "nightly";
28
- url = "https://julialangnightlies-s3.julialang.org/bin/linux/${{ matrix.arch }}/julia-latest-linux${{ matrix.arch }}.tar.gz";
+ url = "https://julialangnightlies-s3.julialang.org/bin/linux/${{ matrix.arch }}/julia-latest-linux-${{ matrix.arch }}.tar.gz";
29
else;
30
path = download("https://julialang-s3.julialang.org/bin/versions.json");
31
json = JSON.parsefile(path);
0 commit comments