Skip to content

Commit

Permalink
TEMPORARY
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Sep 24, 2024
1 parent 68cc8ca commit c9e0579
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 @@ -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
Expand Down

0 comments on commit c9e0579

Please sign in to comment.