Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit e3e351c

Browse files
committed
fix: branch checkout
1 parent f11a344 commit e3e351c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
- name: Checkout ironfish repo
5353
run: |
5454
git clone https://github.com/iron-fish/ironfish.git
55-
git checkout origin/feat/hughy/make-test-witness
55+
git fetch --all
56+
git checkout -b feat/hughy/make-test-witness origin/feat/hughy/make-test-witness
5657
- name: Build ironfish
5758
run: |
5859
cd ironfish

0 commit comments

Comments
 (0)