Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed May 17, 2024
1 parent fb78a1a commit 39e2234
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mkreleaselog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
mkdir -p ~/go/github.com/libp2p
cd ..
cp -r go-libp2p ~/go/github.com/libp2p
- name: Install dependencies
run: |
cd ~/go/github.com/libp2p/go-libp2p
go mod download
- name: Run mkreleaselog script
shell: zsh {0}
run: |
Expand Down

0 comments on commit 39e2234

Please sign in to comment.