Skip to content

Commit

Permalink
Update macos-unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Nov 17, 2023
1 parent 11d7603 commit d6dcaa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fi
cd ..
cmake --build --target clean
cmake --build . --target clean
cmake -DTE_POW_FROM_RIGHT=1 ./
make -j4
cd bin
Expand All @@ -49,7 +49,7 @@ jobs:
fi
cd ..
cmake --build --target clean
cmake --build . --target clean
cmake -DTE_FLOAT=1 ./
make -j4
cd bin
Expand Down

0 comments on commit d6dcaa8

Please sign in to comment.