Skip to content

Commit

Permalink
adding caching to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jw2249a committed May 14, 2024
1 parent 7e154c1 commit 6021b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/cache@v1
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
Expand Down

0 comments on commit 6021b95

Please sign in to comment.