Skip to content

Commit

Permalink
Disable scache
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Nov 18, 2023
1 parent 7dd7a07 commit 4ee554d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter -F python
sccache: 'true'
sccache: 'false'
manylinux: auto
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4ee554d

Please sign in to comment.