Skip to content

Commit af10380

Browse files
authored
Update CI.yml
Specify we need Julia 1.10 (I thought cache would pick this up?)
1 parent 4fdb3c2 commit af10380

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
matrix: ${{fromJSON(needs.job1.outputs.matrix)}}
5050
timeout-minutes: 60
5151
steps:
52+
- name: "Set Up Julia"
53+
uses: julia-actions/setup-julia@v2
54+
with:
55+
version: "1.10"
5256
- uses: julia-actions/cache@v2
5357
with:
5458
cache-name: julia-cache;workflow=${{ github.workflow }};ref=${{ github.run_id }}

0 commit comments

Comments
 (0)