Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Oct 29, 2024
1 parent 8f745da commit f197c6b
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 @@ -33,8 +33,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 @@ -44,7 +44,7 @@ jobs:
with:
target: ${{ matrix.platform.target }}
args: --release --zig --out dist --manifest-path py-denormalized/Cargo.toml
sccache: 'true'
# sccache: 'true'
manylinux: 2_28
# - name: Upload wheels
# uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f197c6b

Please sign in to comment.