Skip to content

Commit

Permalink
Temporary redirect
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Jul 23, 2024
1 parent e1c771e commit 63af48a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,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 branch
run: |
git checkout -b mulkieran-issue_stratisd_3621 master
git pull https://github.com/mulkieran/stratisd.git issue_stratisd_3621
working-directory: ./stratisd
- name: Build stratisd
run: PROFILEDIR=debug make build-all
working-directory: ./stratisd
Expand Down

0 comments on commit 63af48a

Please sign in to comment.