Skip to content

Commit

Permalink
Merge pull request #60 from odow/patch-3
Browse files Browse the repository at this point in the history
Update order of cache in julia-tests-ubuntu.yml
cvanaret authored Nov 1, 2024
2 parents 9430cff + 2aa1936 commit bcea64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/julia-tests-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@ jobs:
with:
version: "1.7"
arch: x64
- uses: julia-actions/cache@v1
# Set environment variables required by BinaryBuilder. The specific
# version of UNO_RELEASE is unimportant, since Uno_jll doesn't depend on it
- name: Set the environment variables
@@ -48,7 +49,6 @@ jobs:
with:
version: "1.10"
arch: x64
- uses: julia-actions/cache@v1
- name: Test .github/julia/runtests.jl
shell: julia --color=yes --project=.github/julia {0}
run: |

0 comments on commit bcea64b

Please sign in to comment.