Added checkout submodule for docs
parent
d09c5da493
commit
dffb988798
|
@ -166,6 +166,8 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Create build directory
|
- name: Create build directory
|
||||||
run: cmake -E make_directory build
|
run: cmake -E make_directory build
|
||||||
|
- name: Checkout the nlohmann json submodule
|
||||||
|
run: git submodule update --init -- lib/json
|
||||||
- name: Run CMake
|
- name: Run CMake
|
||||||
working-directory: build
|
working-directory: build
|
||||||
run: cmake ..
|
run: cmake ..
|
||||||
|
|
Loading…
Reference in New Issue