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

Commit

Permalink
chore: use updated go-ipfs
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Nov 17, 2021
1 parent 37a13e2 commit 2eeff35
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/actions/go-test-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ description: install go-ipfs
runs:
using: "composite"
steps:
- name: Step 1
- name: Install go-ipfs
shell: bash
run: (cd /tmp && go install github.com/ipfs/go-ipfs/cmd/ipfs@master)
run: |
cd /tmp && git clone https://github.com/coryschwartz/go-ipfs.git
cd go-ipfs && git checkout 153697d524f449ee9bec97245b0fcd7ebc2e8170
go install ./cmd/ipfs

0 comments on commit 2eeff35

Please sign in to comment.