Skip to content

Commit

Permalink
ci: ssache off
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jul 10, 2024
1 parent 1415c23 commit 83f220d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: build
args: --release --out dist --find-interpreter
args: --release --out dist -i python3.10
target: ${{ matrix.platform.target }}
working-directory: "bindings/python"
sccache: 'true'
sccache: 'false'
container: quay.io/pypa/manylinux_2_28_${{ matrix.platform.target }}:latest
docker-options: "--mount type=bind,source=/opt/hostedtoolcache,target=/opt/hostedtoolcache -e JAVA_HOME -e GRAALVM_HOME"

Expand Down

0 comments on commit 83f220d

Please sign in to comment.