Skip to content

Commit 7f00b9a

Browse files
committed
fix(ci): update build docs to handle ci related submodule tags correctly
1 parent 06eb8a2 commit 7f00b9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ After installing the prerequisites listed above, download the code and init the
8989
```
9090
git clone https://github.com/cypherstack/stack_wallet.git
9191
cd stack_wallet
92-
git submodule update --init --recursive
92+
git submodule foreach 'git fetch --tags' && git submodule update --init --recursive
9393
```
9494

9595
Build the secure storage dependencies in order to target Linux (not needed for Windows or other platforms):

0 commit comments

Comments
 (0)