Skip to content

Commit d2ed6c6

Browse files
committed
fix: fix windows
1 parent 6034de2 commit d2ed6c6

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
@@ -112,7 +112,7 @@ jobs:
112112
run: .\python\python.exe -m pip install --no-compile ${{ env.pip_args }}
113113

114114
- name: Clean up
115-
run: rd /s /q python/Lib/site-packages/torch/include && rd /s /q python/include && rd /s /q python/share
115+
run: rm -r -fo python/Lib/site-packages/torch/include && rm -r -fo python/include && rm -r -fo python/share
116116

117117
- name: Build artifact
118118
run: cd python && tar -cf - * | zstd -9 -T0 > C:\WINDOWS\Temp\${{ env.artifact_name }}

0 commit comments

Comments
 (0)