Skip to content

Commit 9eaef26

Browse files
committed
🔧 disable sccache to fix wierd windows build issue
no function or associated item named `fastcall_cfunction_with_keywords` found for struct `pymethods::PyMethodDef` in the current scope
1 parent 62192e1 commit 9eaef26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
with:
204204
target: ${{ matrix.target }}
205205
args: --release --out dist
206-
sccache: 'true'
206+
sccache: 'false'
207207
- name: Upload wheels
208208
uses: actions/upload-artifact@v3
209209
with:

0 commit comments

Comments
 (0)