Skip to content

Commit 7421fe2

Browse files
authored
Disable sccache (#63)
1 parent d091dac commit 7421fe2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
target: ${{ matrix.platform.target }}
121121
args: --release --out dist --find-interpreter --features=cjk
122-
sccache: 'true'
122+
sccache: 'false'
123123
manylinux: auto
124124
before-script-linux: "yum install openssl-devel devtoolset-10-libatomic-devel perl-IPC-Cmd -y"
125125

@@ -154,7 +154,7 @@ jobs:
154154
with:
155155
target: ${{ matrix.platform.target }}
156156
args: --release --out dist --find-interpreter --features=cjk
157-
sccache: 'true'
157+
sccache: 'false'
158158
manylinux: auto
159159
before-script-linux: "apt-get update && apt-get install libssl-dev pkg-config -y"
160160

@@ -193,7 +193,7 @@ jobs:
193193
with:
194194
target: ${{ matrix.platform.target }}
195195
args: --release --out dist --find-interpreter --features=cjk
196-
sccache: 'true'
196+
sccache: 'false'
197197
manylinux: musllinux_1_2
198198
before-script-linux: "apt-get update && apt-get install libssl-dev pkg-config -y"
199199

@@ -229,7 +229,7 @@ jobs:
229229
with:
230230
target: ${{ matrix.platform.target }}
231231
args: --release --out dist --find-interpreter --features=cjk
232-
sccache: 'true'
232+
sccache: 'false'
233233

234234
- name: Upload wheels
235235
uses: actions/upload-artifact@v4
@@ -262,7 +262,7 @@ jobs:
262262
with:
263263
target: ${{ matrix.platform.target }}
264264
args: --release --out dist --find-interpreter --features=cjk
265-
sccache: 'true'
265+
sccache: 'false'
266266

267267
- name: Upload wheels
268268
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)