Skip to content

Commit cba62de

Browse files
committed
fix(ci): disable sccache for unsupported platforms
1 parent 234f77e commit cba62de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
target: ${{ matrix.platform.target }}
4545
args: --release --out dist --manifest-path binding/python/Cargo.toml
46-
sccache: 'true'
46+
sccache: 'false'
4747
manylinux: auto
4848
- name: Upload wheels
4949
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)