Skip to content

Commit b713630

Browse files
committed
(temporary) do a clean CPython build to fix a broken cache
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 1f53385 commit b713630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Build
7070
shell: bash
71-
run: cargo build --release
71+
run: rm -r cpython/builddir && cargo build --release
7272

7373
test:
7474
name: Test

0 commit comments

Comments
 (0)