Skip to content

Commit

Permalink
Switch off Boost and MPFR for Mac testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sbolusani committed Jan 26, 2024
1 parent 338436c commit cf6831a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
cd soplex
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=./install
cmake ../ -DMPFR=Off -DBOOST=Off -DCMAKE_INSTALL_PREFIX=./install
make -j
make install
Expand Down

0 comments on commit cf6831a

Please sign in to comment.