Skip to content

Commit

Permalink
Move position of cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
frankier committed Oct 30, 2024
1 parent 733d360 commit a547bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-downgrade-compat@v1
if: ${{ matrix.version == '1.10' }}
- uses: julia-actions/cache@v1
- name: Set CAT packages to develop & resolve env
run: |
julia --project=test/ -e 'using Pkg;
Expand Down

0 comments on commit a547bee

Please sign in to comment.