Skip to content
This repository was archived by the owner on Feb 7, 2024. 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 authored Nov 16, 2021
1 parent cee2c08 commit e48e71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/go-test-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- name: Install go-ipfs
shell: bash
run: (cd /tmp && go install github.com/ipfs/go-ipfs/cmd/ipfs@153697d524f449ee9bec97245b0fcd7ebc2e8170)
run: (cd /tmp && go install github.com/coryschwartz/go-ipfs/cmd/ipfs@153697d524f449ee9bec97245b0fcd7ebc2e8170)
- name: Initialize go-ipfs
shell: bash
run: (ipfs init)
Expand Down

0 comments on commit e48e71f

Please sign in to comment.