We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f53385 commit b713630Copy full SHA for b713630
.github/workflows/test.yaml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Build
70
shell: bash
71
- run: cargo build --release
+ run: rm -r cpython/builddir && cargo build --release
72
73
test:
74
name: Test
0 commit comments