From c9e0579a30cb1bdc2c5ed5c71f0015a2d11156bd Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 24 Sep 2024 16:44:21 -0400 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 655e919aa..24360ef9e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -130,6 +130,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 + run: | + git checkout -b mulkieran-version-3.7.0 rebase-3.6.0 + git pull https://github.com/mulkieran/stratisd.git version-3.7.0 + working-directory: ./stratisd - name: Build stratisd run: PROFILEDIR=debug make build-all working-directory: ./stratisd