File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
version : ${{ matrix.version }}
45
45
- uses : julia-actions/cache@v2
46
46
with :
47
- cache-name : julia-cache;workflow=${{ github.workflow }};job=${{ github.job }}; version=${{ matrix.version }};os=${{ matrix.os }};runtime=${{ matrix.runtime }};assertions=${{ matrix.assertions }}
47
+ cache-name : julia-cache;workflow=${{ github.workflow }};version=${{ matrix.version }};os=${{ matrix.os }};runtime=${{ matrix.runtime }};assertions=${{ matrix.assertions }}
48
48
include-matrix : false
49
49
- name : Warm cache
50
50
run : |
@@ -135,7 +135,7 @@ jobs:
135
135
version : ${{ matrix.version }}
136
136
- uses : julia-actions/cache@v2
137
137
with :
138
- cache-name : julia-cache;workflow=${{ github.workflow }};job=${{ github.job }}; version=${{ matrix.version }};os=${{ matrix.os }};runtime=${{ matrix.runtime }};assertions=${{ matrix.assertions }}
138
+ cache-name : julia-cache;workflow=${{ github.workflow }};version=${{ matrix.version }};os=${{ matrix.os }};runtime=${{ matrix.runtime }};assertions=${{ matrix.assertions }}
139
139
include-matrix : false
140
140
- uses : actions/checkout@v4
141
141
if : ${{ matrix.assertions }}
You can’t perform that action at this time.
0 commit comments