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 11, 2024
1 parent 4737eb6 commit 751428a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
staticcompile: ['ON', 'OFF']

steps:
- uses: actions/checkout@v4.1.1


# install dependencies
- name: Install boost & help2man for Linux
Expand Down Expand Up @@ -62,7 +62,12 @@ jobs:
./configure
make -j8
cd ..
- run: |
mkdir cryptominisat
cd cryotominisat
- uses: actions/checkout@v4.1.1
- name: Add git submodules for Linux only (not needed for non-testing)
if: matrix.os == 'ubuntu-20.04'
run: git submodule update --init
Expand Down

0 comments on commit 751428a

Please sign in to comment.