Skip to content

Commit

Permalink
try cache with matrix name default
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Nov 4, 2023
1 parent 27701c2 commit 63b75fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@c230faccef3cc0e9635c9ecd740065462918349e
- uses: julia-actions/cache@297def1b99b53699447b82e30f821aef343fce05
with:
cache-compiled: true
cache-name: ${{ matrix.julia-version }}-${{ matrix.arch }}
# cache-name: ${{ matrix.julia-version }}-${{ matrix.arch }}
- uses: julia-actions/julia-runtest@v1
env:
JULIA_DEBUG: loading
Expand Down

0 comments on commit 63b75fd

Please sign in to comment.