Skip to content

Commit 5316769

Browse files
authored
Disable sscache (#797)
1 parent 0313151 commit 5316769

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
target: ${{ matrix.platform.target }}
132132
args: --release --strip --out dist -i python${{ matrix.python-version }}
133-
sccache: "true"
133+
sccache: "false"
134134
manylinux: ${{ matrix.manylinux }}
135135
before-script-linux: python3 -m ensurepip
136136
- name: Upload wheels
@@ -216,7 +216,7 @@ jobs:
216216
with:
217217
target: ${{ matrix.platform.target }}
218218
args: --release --strip --out dist -i python${{ matrix.python-version }}
219-
sccache: "true"
219+
sccache: "false"
220220
manylinux: musllinux_1_2
221221
- name: Upload wheels
222222
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)