Skip to content

Commit

Permalink
fix: lock to dojo.c version
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Jul 2, 2024
1 parent fc48682 commit eb28675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/torii-wasm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -ex

# # Clone the repository
git clone https://github.com/dojoengine/dojo.c dojo.c
git clone --depth 1 --branch v0.7.0 https://github.com/dojoengine/dojo.c dojo.c
cd dojo.c

set -ex
Expand Down

0 comments on commit eb28675

Please sign in to comment.