Skip to content

Commit

Permalink
chore: use latest nimpng and nico (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos authored Dec 17, 2024
1 parent fd26f93 commit 4dc7a89
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libp2p.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,8 @@ task examples_build, "Build the samples":
buildSample("tutorial_3_protobuf", true)
buildSample("tutorial_4_gossipsub", true)
buildSample("tutorial_5_discovery", true)
exec "nimble install -y nimpng@#HEAD"
# this is to fix broken build on 1.7.3, remove it when nimpng version 0.3.2 or later is released
exec "nimble install -y nico@#af99dd60bf2b395038ece815ea1012330a80d6e6 --passNim=--skipParentCfg"
exec "nimble install -y nimpng"
exec "nimble install -y nico --passNim=--skipParentCfg"
buildSample("tutorial_6_game", false, "--styleCheck:off")

# pin system
Expand Down

0 comments on commit 4dc7a89

Please sign in to comment.