Skip to content

Commit 2f8784e

Browse files
committed
Update submodules within submodule
1 parent 4050a1f commit 2f8784e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
if: ${{ matrix.version.rewrite-snippets }}
9696
- name: Update submodules
9797
run: |
98-
git submodule update --init --recursive
98+
git -C binaryninjaapi submodule update --init --recursive
9999
- name: Patch api to allow building headlessly
100100
if: ${{ matrix.version.use-patch }}
101101
shell: bash

0 commit comments

Comments
 (0)