Skip to content

Commit

Permalink
fix: fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-sz committed Oct 4, 2024
1 parent 6034de2 commit d2ed6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: .\python\python.exe -m pip install --no-compile ${{ env.pip_args }}

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

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

0 comments on commit d2ed6c6

Please sign in to comment.