Skip to content

Commit

Permalink
added caching to eval action
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper committed Dec 22, 2024
1 parent cf5c900 commit 404a6b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
arch: ${{ matrix.julia-arch }}
id: version

# Set up julia-cache
- name: Set up julia-cache
uses: julia-actions/cache@v2

# Set up cache
- name: "Set up cache"
uses: actions/cache@v4
Expand Down

0 comments on commit 404a6b3

Please sign in to comment.