Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
Specify we need Julia 1.10 (I thought cache would pick this up?)
  • Loading branch information
aaruni96 authored Oct 19, 2024
1 parent 4fdb3c2 commit af10380
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
matrix: ${{fromJSON(needs.job1.outputs.matrix)}}
timeout-minutes: 60
steps:
- name: "Set Up Julia"
uses: julia-actions/setup-julia@v2
with:
version: "1.10"
- uses: julia-actions/cache@v2
with:
cache-name: julia-cache;workflow=${{ github.workflow }};ref=${{ github.run_id }}
Expand Down

0 comments on commit af10380

Please sign in to comment.