Skip to content

Commit

Permalink
CI; turn off sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Sep 7, 2023
1 parent b5aa25e commit a3f43dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.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
sccache: 'true'
sccache: 'false'
manylinux: auto
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
sccache: 'false'
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
sccache: 'false'
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a3f43dc

Please sign in to comment.