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 6f91ff7 commit dab0677
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,18 @@ jobs:
make -j8
cd ..
- run: |
mkdir cryptominisat
cd cryptominisat
- name: checkout
uses: actions/checkout@v4.1.1
with:
path: cryptominisat

- name: cwd
run: |
cd cryptominisat
pwd
ls
ls ../
- 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 dab0677

Please sign in to comment.