We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277ad36 commit eca8191Copy full SHA for eca8191
.github/workflows/CI.yml
@@ -135,7 +135,7 @@ jobs:
135
version: ${{ matrix.version }}
136
- uses: julia-actions/cache@v2
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 }}
+ cache-name: julia-cache;workflow=${{ github.workflow }};version=${{ matrix.version }};os=${{ matrix.os }};runtime=${{ matrix.runtime }};assertions=${{ matrix.assertions }}
139
include-matrix: false
140
- uses: actions/checkout@v4
141
if: ${{ matrix.assertions }}
0 commit comments