Skip to content

Commit

Permalink
disable sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Oct 28, 2024
1 parent ea6eade commit 388a2fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- runner: ubuntu-latest
target: ppc64le
steps:
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
# - name: Run sccache-cache
# uses: mozilla-actions/[email protected]
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand All @@ -48,7 +48,7 @@ jobs:
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --manifest-path py-denormalized/Cargo.toml
sccache: 'true'
# sccache: 'true'
manylinux: auto
# - name: Upload wheels
# uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 388a2fe

Please sign in to comment.