Skip to content

Commit 0fefbfe

Browse files
build: add submodule update to master command
1 parent 812c40c commit 0fefbfe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

justfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ submodule-init:
2828
submodule-reset:
2929
git submodule update --force
3030

31+
[group("Submodule")]
32+
[doc("Checkout the bdk-ffi submodule to the latest commit on master.")]
33+
submodule-to-master:
34+
cd ./bdk-ffi/
35+
git fetch origin
36+
git checkout master
37+
git pull origin master
38+
3139
[group("Build")]
3240
[doc("Build the library for given ARCH.")]
3341
build ARCH="macos-aarch64":

0 commit comments

Comments
 (0)