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

Commit c1cfd93

Browse files
committed
chore: use updated go-ipfs
1 parent 37a13e2 commit c1cfd93

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/actions/go-test-setup/action.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ description: install go-ipfs
44
runs:
55
using: "composite"
66
steps:
7-
- name: Step 1
7+
- name: Install go-ipfs
88
shell: bash
9-
run: (cd /tmp && go install github.com/ipfs/go-ipfs/cmd/ipfs@master)
9+
run: |
10+
cd /tmp && git clone https://github.com/coryschwartz/go-ipfs.git
11+
cd go-ipfs && git checkout 153697d524f449ee9bec97245b0fcd7ebc2e8170
12+
make install

0 commit comments

Comments
 (0)