Skip to content

Commit 915a198

Browse files
committed
fix checkout
1 parent c559665 commit 915a198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
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)