Skip to content

Commit

Permalink
Update msw-unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden authored Nov 17, 2023
1 parent 3a69601 commit 91fa2fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msw-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 91fa2fa

Please sign in to comment.