Skip to content

Commit d5b9ed6

Browse files
committed
Update cmake.yml
Adding submodules to the checkout for json library used in one of the submprojects.
1 parent 14d59b5 commit d5b9ed6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cmake.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v3
22+
with:
23+
submodules: true
2224

2325
# Install dependencies
2426
- name: boost

0 commit comments

Comments
 (0)