Skip to content

Commit

Permalink
ci: windows rm -r ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Oct 18, 2024
1 parent 3d15dc9 commit 8783443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/amd64_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
&& cmake --build build --config Release
&& cmake --build build --config Release --target install
&& cd ..
&& del /s CoinUtils
&& rm --help
&& rm -r CoinUtils
- name: Configure
run: >
cmake -S. -Bbuild
Expand Down

0 comments on commit 8783443

Please sign in to comment.