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

Commit b0dfef3

Browse files
committed
ci: install go-ipfs
1 parent 43d40c4 commit b0dfef3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: installipfs
2+
description: install go-ipfs
3+
4+
runs:
5+
using: "composite"
6+
steps:
7+
- name: Step 1
8+
shell: bash
9+
run: (cd /tmp && go install github.com/ipfs/go-ipfs/cmd/ipfs@master)

0 commit comments

Comments
 (0)