Skip to content

Commit 248cfb9

Browse files
authored
Ubuntu compile workflow
Submodule initiation added
1 parent 4391920 commit 248cfb9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- name: Checkout repository
24+
uses: actions/checkout@v4
25+
with:
26+
submodules: recursive
27+
2428

2529
- name: Configure CMake
2630
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.

0 commit comments

Comments
 (0)