Skip to content

Commit

Permalink
install deps in lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Nov 19, 2023
1 parent af15859 commit 1abbde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
nim --version
nimble --version
nimble install_pinned -y
nimble install
# nim doc can "fail", but the doc is still generated
nim doc --git.url:https://github.com/status-im/nim-libp2p --git.commit:${GITHUB_REF##*/} --outdir:${GITHUB_REF##*/} --project libp2p || true
Expand Down

0 comments on commit 1abbde6

Please sign in to comment.