File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 run : which julia
1616 continue-on-error : true
1717 - name : Install Julia, but only if it is not already available in the PATH
18- uses : julia-actions/setup-julia@v2
18+ uses : julia-actions/setup-julia@v3
1919 with :
2020 version : ' 1'
2121 arch : ${{ runner.arch }}
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 - macOS-latest
2323 - windows-latest
2424 arch :
25- - x64
25+ - default
2626 steps :
2727 - uses : actions/checkout@v6
28- - uses : julia-actions/setup-julia@v2
28+ - uses : julia-actions/setup-julia@v3
2929 with :
3030 version : ${{ matrix.version }}
3131 arch : ${{ matrix.arch }}
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v6
18- - uses : julia-actions/setup-julia@v2
18+ - uses : julia-actions/setup-julia@v3
1919 - uses : julia-actions/cache@v3
2020 - name : Install dependencies
2121 run : julia --color=yes --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
You can’t perform that action at this time.
0 commit comments