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