Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit a197f56

Browse files
committed
Add with submodules to checkout action in Linux build
1 parent 400eee9 commit a197f56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cmake-linux-ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15+
with:
16+
submodules: recursive
1517

1618
- name: Create build directory
1719
run: mkdir build

0 commit comments

Comments
 (0)