Skip to content

Commit

Permalink
added julia caching to eval (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper authored Jan 15, 2025
1 parent 6e762f3 commit 2e886fa
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 2e886fa

Please sign in to comment.