Skip to content

Commit 1fde8cc

Browse files
committed
how about another CI fix?
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 1f53385 commit 1fde8cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/cache@v4
6666
with:
6767
path: cpython/builddir/wasi
68-
key: cpython-wasi
68+
key: cpython-wasi-v1
6969
enableCrossOsArchive: true
7070

7171
- name: Build
@@ -199,7 +199,7 @@ jobs:
199199
uses: actions/cache/restore@v4
200200
with:
201201
path: cpython/builddir/wasi
202-
key: cpython-wasi
202+
key: cpython-wasi-v1
203203
enableCrossOsArchive: true
204204

205205
- name: Build wheels

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/cache@v4
6464
with:
6565
path: cpython/builddir/wasi
66-
key: cpython-wasi
66+
key: cpython-wasi-v1
6767
enableCrossOsArchive: true
6868

6969
- name: Build
@@ -129,7 +129,7 @@ jobs:
129129
uses: actions/cache/restore@v4
130130
with:
131131
path: cpython/builddir/wasi
132-
key: cpython-wasi
132+
key: cpython-wasi-v1
133133
enableCrossOsArchive: true
134134

135135
- name: Lint

0 commit comments

Comments
 (0)