From 3438b447e3ddcafdfc043e69de9da489d4981a9d Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 12 Dec 2023 14:29:23 -0500 Subject: [PATCH] TEMPORARY Signed-off-by: mulhern --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f0e23628..11ff06f75 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -131,6 +131,11 @@ jobs: toolchain: 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN - name: Check out stratisd run: git clone https://github.com/stratis-storage/stratisd.git + - name: Switch to branch + run: | + git checkout -b mulkieran-issue_stratisd_3515 master + git pull https://github.com/mulkieran/stratisd.git issue_stratisd_3515 + working-directory: ./stratisd - name: Build stratisd run: PROFILEDIR=debug make build-all working-directory: ./stratisd