Skip to content

Commit

Permalink
fix(Makefile): pin gno version in clone-gno (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
WaDadidou authored Jul 31, 2024
1 parent c8b2bb1 commit 2c4e37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ generate.internal-contracts-clients: node_modules
done

clone-gno:
cd gnobuild && git clone https://github.com/gnolang/gno.git
cd gnobuild && git clone https://github.com/gnolang/gno.git && cd gno && git checkout 9b114172063feaf2da4ae7ebb8263cada3ba699b
cp -r ./gno/p ./gnobuild/gno/examples/gno.land/p/teritori

build-gno:
Expand Down

0 comments on commit 2c4e37b

Please sign in to comment.