From dab06777e973ad1fbc6fd4b9268d8195749f8939 Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Thu, 11 Apr 2024 23:05:31 +0200 Subject: [PATCH] Update binary-build.yml --- .github/workflows/binary-build.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/binary-build.yml b/.github/workflows/binary-build.yml index 3c9d38d2f..99c1c6707 100644 --- a/.github/workflows/binary-build.yml +++ b/.github/workflows/binary-build.yml @@ -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