Skip to content

Commit 39e2234

Browse files
committed
wip
1 parent fb78a1a commit 39e2234

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/mkreleaselog.yml

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
mkdir -p ~/go/github.com/libp2p
2424
cd ..
2525
cp -r go-libp2p ~/go/github.com/libp2p
26+
- name: Install dependencies
27+
run: |
28+
cd ~/go/github.com/libp2p/go-libp2p
29+
go mod download
2630
- name: Run mkreleaselog script
2731
shell: zsh {0}
2832
run: |

0 commit comments

Comments
 (0)