Skip to content

Commit 3ef0185

Browse files
committed
Don't use sccache
1 parent 311c24c commit 3ef0185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
with:
3838
target: ${{ matrix.target }}
3939
args: --release --out dist --find-interpreter
40-
sccache: 'true'
4140
manylinux: 2_28
4241
before-script-linux: |
4342
dnf install -y clang-libs clang || apt install llvm-dev libclang-dev clang
43+
4444
- name: Upload wheels
4545
uses: actions/upload-artifact@v3
4646
with:

0 commit comments

Comments
 (0)