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

Commit f11a344

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Checkout ironfish repo
5353
run: |
5454
git clone https://github.com/iron-fish/ironfish.git
55-
git checkout feat/hughy/make-test-witness
55+
git checkout origin/feat/hughy/make-test-witness
5656
- name: Build ironfish
5757
run: |
5858
cd ironfish

0 commit comments

Comments
 (0)