Skip to content

Commit 7be92a5

Browse files
committed
Disable sccache
1 parent 9e6aac2 commit 7be92a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
target: ${{ matrix.platform.target }}
4242
args: --release --out dist
43-
sccache: 'true'
43+
sccache: 'false'
4444
manylinux: auto
4545
- name: Upload wheels
4646
uses: actions/upload-artifact@v4
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
target: ${{ matrix.platform.target }}
7070
args: --release --out dist
71-
sccache: 'true'
71+
sccache: 'false'
7272
- name: Upload wheels
7373
uses: actions/upload-artifact@v4
7474
with:
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
target: ${{ matrix.platform.target }}
9696
args: --release --out dist
97-
sccache: 'true'
97+
sccache: 'false'
9898
- name: Upload wheels
9999
uses: actions/upload-artifact@v4
100100
with:

0 commit comments

Comments
 (0)