Skip to content

Commit 749b08e

Browse files
committed
refactor: consolidate caching to main workflow again
1 parent ba608ba commit 749b08e

File tree

2 files changed

+2
-57
lines changed

2 files changed

+2
-57
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838
with:
3939
persist-credentials: false
40-
- uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
40+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4141
if: inputs.flavor == 'cpp'
4242
with:
43-
path: test/.xwin-cache
43+
path: test/cpp/.xwin-cache
4444
key: xwin-cache
4545
restore-keys: |
4646
xwin-cache

.github/workflows/prime-cache.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)