Skip to content

Commit

Permalink
Update order of cache in julia-tests-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 1, 2024
1 parent 9430cff commit 2aa1936
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
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 2aa1936

Please sign in to comment.