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 ba608ba commit 749b08eCopy full SHA for 749b08e
.github/workflows/integration-test.yml
@@ -37,10 +37,10 @@ jobs:
37
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38
with:
39
persist-credentials: false
40
- - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+ - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
41
if: inputs.flavor == 'cpp'
42
43
- path: test/.xwin-cache
+ path: test/cpp/.xwin-cache
44
key: xwin-cache
45
restore-keys: |
46
xwin-cache
.github/workflows/prime-cache.yml
0 commit comments