Skip to content

Commit dbaf5c5

Browse files
committed
chore: prevent cache name clashes
1 parent f9ce587 commit dbaf5c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: inputs.flavor == 'cpp'
4242
with:
4343
path: test/cpp/.xwin-cache
44-
key: xwin-cache
44+
key: xwin-cache-${{ inputs.runner }}
4545
restore-keys: |
4646
xwin-cache
4747
- run: bats --formatter junit test/${{ inputs.flavor }}/integration-tests.bats | tee test-report-${{ inputs.flavor }}-${{ inputs.runner }}.xml

0 commit comments

Comments
 (0)