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