diff --git a/.github/workflows/build-rhel7.yml b/.github/workflows/build-rhel7.yml index c724b6d..c5690a3 100644 --- a/.github/workflows/build-rhel7.yml +++ b/.github/workflows/build-rhel7.yml @@ -72,6 +72,8 @@ jobs: # with: # repository: paulscherrerinstitute/daqingest.git # path: build + - run: mkdir -p build + working-directory: ${{steps.wdset.outputs.gh}} - run: git clone --branch dev https://github.com/paulscherrerinstitute/daqbuffer.git working-directory: ${{steps.wdset.outputs.gh}}/build - run: git clone --branch dev https://github.com/paulscherrerinstitute/daqingest.git