Skip to content

Commit 5d91e58

Browse files
committed
Add extra cache key to CI matrix configuration
1 parent 825b1b3 commit 5d91e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ${{ matrix.os }}
9494
strategy:
9595
fail-fast: false
96-
matrix: ${{ fromJson(needs.matrix-generator.outputs.matrix) }}
96+
matrix: ${{ fromJson(needs.matrix-generator.outputs.matrix) }}-extra-cache-key
9797

9898
continue-on-error: ${{ matrix.experimental }}
9999

0 commit comments

Comments
 (0)