File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments