Skip to content

Commit

Permalink
have flags before directory
Browse files Browse the repository at this point in the history
  • Loading branch information
frs69wq committed May 16, 2024
1 parent 0dd9cd6 commit 4e57900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git checkout a0123b157d9d1e7f7d40198198d8776817fb4d46
mkdir build
cd build
cmake .. -Denable_smpi=OFF -Denable_model-checking=OFF
cmake -Denable_smpi=OFF -Denable_model-checking=OFF ..
make -j4
sudo make install
Expand Down

0 comments on commit 4e57900

Please sign in to comment.