Skip to content

Commit

Permalink
Fixing again workflows/macos-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marekpiotrow committed Apr 28, 2024
1 parent 3e4dc34 commit 0d439e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: install gmp
run: |
pkg-config gmp
- name: build COMiniSatPS
run: |
cd ..
Expand All @@ -34,7 +31,7 @@ jobs:
- name: build UWrMaxSat
run: |
make config
USESCIP= make r
USESCIP= CXXFLAGS=$(pkg-config --cflags gmp) LDFLAGS=$(pkg-config --libs gmp) make r
- name: test executable
run: |
build/release/bin/uwrmaxsat -of Examples/unsat.opb
Expand Down

0 comments on commit 0d439e3

Please sign in to comment.