mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-12 09:36:59 +00:00
pin submodule to monero head
This commit is contained in:
parent
6d73fba14c
commit
39f9d5a116
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ BUILD_LIBWALLET=false
|
||||||
if [ ! -d $MONERO_DIR/src ]; then
|
if [ ! -d $MONERO_DIR/src ]; then
|
||||||
git submodule init monero
|
git submodule init monero
|
||||||
fi
|
fi
|
||||||
git submodule update
|
git submodule update --remote
|
||||||
|
|
||||||
# get monero core tag
|
# get monero core tag
|
||||||
get_tag
|
get_tag
|
||||||
|
|
Loading…
Reference in a new issue