Skip to content

Commit

Permalink
fix: test rmdir to rd
Browse files Browse the repository at this point in the history
according information from microsoft official website : https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/rd

Signed-off-by: slowy07 <[email protected]>
  • Loading branch information
slowy07 committed Aug 3, 2023
1 parent 89a5639 commit 6428c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-testing-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cmake ..
cmake --build . --config Release --target install
cd ../..
rmdir /s /q googletest
rd /s /q googletest
- name: Build clara test windows
run: |
Expand Down

0 comments on commit 6428c16

Please sign in to comment.