Skip to content

Commit 3db6d4a

Browse files
authored
recursive submodule git download
1 parent af37d52 commit 3db6d4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v1
22+
with:
23+
submodules: recursive
2224
- name: install deps
2325
run: |
24-
sudo apt-get install libssl-dev sqlite3 libsqlite3-dev cmake libcurl4 libcurl4-openssl-dev uuid-dev jwt-cpp
26+
sudo apt-get install libssl-dev sqlite3 libsqlite3-dev cmake libcurl4 libcurl4-openssl-dev uuid-dev
2527
2628
- name: Create Build Environment
2729
# Some projects don't allow in-source building, so create a separate build directory

0 commit comments

Comments
 (0)