Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
use branch of go-ipfs for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Sep 17, 2021
1 parent 24fe095 commit f5320a3
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@master)
run: (cd /tmp && go install github.com/ipfs/go-ipfs/cmd/ipfs@aba543fc5e6acf3859d8dca28bfb49941be30624)
- name: Initialize go-ipfs
shell: bash
run: (ipfs init)
Expand Down

0 comments on commit f5320a3

Please sign in to comment.