We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fdb3c2 commit af10380Copy full SHA for af10380
1 file changed
.github/workflows/CI.yml
@@ -49,6 +49,10 @@ jobs:
49
matrix: ${{fromJSON(needs.job1.outputs.matrix)}}
50
timeout-minutes: 60
51
steps:
52
+ - name: "Set Up Julia"
53
+ uses: julia-actions/setup-julia@v2
54
+ with:
55
+ version: "1.10"
56
- uses: julia-actions/cache@v2
57
with:
58
cache-name: julia-cache;workflow=${{ github.workflow }};ref=${{ github.run_id }}
0 commit comments