Skip to content

Commit 0f6980d

Browse files
authored
Add cache action to ci.yml (#222)
1 parent 0d6a42e commit 0f6980d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- uses: julia-actions/setup-julia@latest
2727
with:
2828
version: ${{ matrix.version }}
29+
- uses: julia-actions/cache@v1
2930
- uses: julia-actions/julia-buildpkg@latest
3031
- uses: julia-actions/julia-runtest@latest
3132
- uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)