Skip to content

Commit

Permalink
CI: Remove Ninja as it is not listed in Windows image
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatveev committed Oct 10, 2023
1 parent 639d3cd commit 10242ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
mkdir build && cd build
if [ "$RUNNER_OS" == "Windows" ]; then
cmake -DENABLE_ADE_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=${{ matrix.version }} -G Ninja ..
cmake -DENABLE_ADE_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=${{ matrix.version }} ..
cmake --build . --target GTest
cmake --build .
Expand Down

0 comments on commit 10242ea

Please sign in to comment.