Skip to content

Commit

Permalink
Minor updates to activate actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbolusani committed Jan 29, 2024
1 parent 1e2a7fd commit a4e091e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
on:
push:
branches:
- 'master'
- '**'
pull_request:
- 'master'

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
cd soplex
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=./install
cmake ../ -DMPFR=On -DBOOST=On -DCMAKE_INSTALL_PREFIX=./install
make -j
make install
Expand Down

0 comments on commit a4e091e

Please sign in to comment.