Skip to content

Commit

Permalink
Delete cached CMake config
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Mar 3, 2024
1 parent d13fed0 commit ca142ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
fi
cd ..
rm ./CMakeCache.txt
cmake --build . --target clean
cmake -DTE_POW_FROM_RIGHT=1 ./
make -j4
Expand All @@ -53,6 +54,7 @@ jobs:
fi
cd ..
rm ./CMakeCache.txt
cmake --build . --target clean
cmake -DTE_FLOAT=1 ./
make -j4
Expand All @@ -71,6 +73,7 @@ jobs:
fi
cd ..
rm ./CMakeCache.txt
cmake --build . --target clean
cmake -DTE_LONG_DOUBLE=1 ./
make -j4
Expand All @@ -89,6 +92,7 @@ jobs:
fi
cd ..
rm ./CMakeCache.txt
cmake --build . --target clean
cmake -DTE_BITWISE_OPERATORS=1 ./
make -j4
Expand Down

0 comments on commit ca142ae

Please sign in to comment.