Skip to content

Commit

Permalink
Disable scache?
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Woods authored and Christopher Woods committed Dec 3, 2024
1 parent 5af2ad7 commit 029cc09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
sccache: 'false'
manylinux: auto
container: quay.io/pypa/manylinux2014_x86_64:latest
working-directory: python
Expand All @@ -60,7 +60,7 @@ jobs:
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
sccache: 'false'
manylinux: auto
container: ghcr.io/rust-cross/manylinux2014-cross:aarch64
working-directory: python
Expand Down

0 comments on commit 029cc09

Please sign in to comment.