Skip to content

Commit 6c081a9

Browse files
committed
fix checkout
1 parent d3a1b5c commit 6c081a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@v3
5353
with:
54-
ref: ${{ github.head_ref }}
54+
submodules: recursive
5555
- name: Debug Build
5656
shell: bash
5757
run: make

0 commit comments

Comments
 (0)