diff --git a/.github/workflows/msw-unit-tests.yml b/.github/workflows/msw-unit-tests.yml index f6d34f9..5b787f7 100644 --- a/.github/workflows/msw-unit-tests.yml +++ b/.github/workflows/msw-unit-tests.yml @@ -44,7 +44,7 @@ jobs: cd .. cd .. - rmdir /S /Q bin + Remove-Item -Path "bin" -Force -Recurse cmake -DTE_POW_FROM_RIGHT = 1 ./ msbuild ${{ env.testrunner }}.sln cd bin\Debug @@ -66,7 +66,7 @@ jobs: cd .. cd .. - rmdir /S /Q bin + Remove-Item -Path "bin" -Force -Recurse cmake -DTE_FLOAT = 1 ./ msbuild ${{ env.testrunner }}.sln cd bin\Debug