Skip to content

Commit 6b4937d

Browse files
committed
Fix submodule checkout in github build actions
1 parent b6bda80 commit 6b4937d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,8 @@ jobs:
9090
steps:
9191
- name: Checkout repository
9292
uses: actions/checkout@v2
93-
94-
- name: Checkout submodules
95-
uses: textbook/git-checkout-submodule-action@master
93+
with:
94+
submodules: "recursive"
9695

9796
- name: Install compiler
9897
run: |

0 commit comments

Comments
 (0)