Skip to content

Commit 1562abc

Browse files
Try fix windows file locking
1 parent 3c05cae commit 1562abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
export PATH="$PATH:/c/Users/$USER/scoop/shims"
110110
make stdlib
111111
make libs-${{ inputs.release }}
112-
cargo clean
112+
rm -rf target/ || true
113113
make llrt-windows-${{ inputs.release }}.zip
114114
make llrt-windows-${{ inputs.release }}-no-sdk.zip
115115
make llrt-windows-${{ inputs.release }}-full-sdk.zip

0 commit comments

Comments
 (0)