Skip to content

Commit

Permalink
Add cache action to ci.yml (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch authored Jan 30, 2024
1 parent 0d6a42e commit 0f6980d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.version }}
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
Expand Down

0 comments on commit 0f6980d

Please sign in to comment.