diff --git a/.github/workflows/cpp-testing-windows.yml b/.github/workflows/cpp-testing-windows.yml index 12296ad..2bea371 100644 --- a/.github/workflows/cpp-testing-windows.yml +++ b/.github/workflows/cpp-testing-windows.yml @@ -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: |