From 1c6a90554804327c59872d6fe649c1cba2ce9185 Mon Sep 17 00:00:00 2001 From: Dominik Werder Date: Wed, 6 Sep 2023 09:59:37 +0200 Subject: [PATCH] Trigger build --- .github/workflows/build-rhel7.yml | 2 ++ 1 file changed, 2 insertions(+) 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