From 306c807b29b0db385f8b6739252cc368f8e39a66 Mon Sep 17 00:00:00 2001 From: Andrew Straw Date: Thu, 26 Oct 2023 07:44:18 +0200 Subject: [PATCH] CI: pybraidz-chunked-iter uses sccache --- .github/workflows/pybraidz-chunked-iter.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pybraidz-chunked-iter.yml b/.github/workflows/pybraidz-chunked-iter.yml index c0f08f422..81548e7fd 100644 --- a/.github/workflows/pybraidz-chunked-iter.yml +++ b/.github/workflows/pybraidz-chunked-iter.yml @@ -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 @@ -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 @@ -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