Added checkout submodule for docs

dev
Tomasz Kapuściński 2022-02-26 22:32:00 +01:00
parent d09c5da493
commit dffb988798
1 changed files with 2 additions and 0 deletions

View File

@ -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 ..