Skip to content

Commit

Permalink
Update binary-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Apr 12, 2024
1 parent e3d0bc5 commit 42daae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binary-build.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build Cadical
run: |
cd cadical
./configure
CXX=c++ ./configure
make -j8
cd ..
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Build Cadiback
run: |
cd cadiback
./configure
CXX=c++ ./configure
make -j8
cd ..
Expand Down

0 comments on commit 42daae3

Please sign in to comment.