Skip to content

Commit 87105bf

Browse files
committed
ci: Check out OpenOCD submodule for host tools build
Host tool build job requires the OpenOCD submodule. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 877f594 commit 87105bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,7 @@ jobs:
10761076
git submodule update --depth=1 --recursive qemu
10771077
git submodule update --depth=1 --recursive qemu_arc
10781078
git submodule update --depth=1 --recursive qemu_xilinx
1079+
git submodule update --depth=1 --recursive openocd
10791080
10801081
- name: Configure AWS Credentials
10811082
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)