Skip to content

Commit

Permalink
CI: pybraidz-chunked-iter uses sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Oct 26, 2023
1 parent c1fb97a commit 306c807
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pybraidz-chunked-iter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
# sccache: 'true'
sccache: 'true'
working-directory: braidz-parser/braidz-chunked-iter/pybraidz-chunked-iter
manylinux: auto
- name: Upload wheels
Expand All @@ -66,7 +66,7 @@ jobs:
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
# sccache: 'true'
sccache: 'true'
working-directory: braidz-parser/braidz-chunked-iter/pybraidz-chunked-iter
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand All @@ -89,7 +89,7 @@ jobs:
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
# sccache: 'true'
sccache: 'true'
working-directory: braidz-parser/braidz-chunked-iter/pybraidz-chunked-iter
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 306c807

Please sign in to comment.