Skip to content

Commit

Permalink
set custom cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Jul 27, 2023
1 parent 3fe52f9 commit 60432bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@3d1566547a94f0af9623b48051c4ee27752f2dcf
with:
key: ${{ matrix.os }}-${{ matrix.arch }}-${{ julia-version }}
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1

0 comments on commit 60432bd

Please sign in to comment.