Checkout json submodule in Mac build

dev
Tomasz Kapuściński 2023-04-15 00:29:07 +02:00
parent d24a6b37a4
commit 4b1b20ec5f
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@ jobs:
- uses: actions/checkout@v2
- name: Checkout the Google Test submodule
run: git submodule update --init -- lib/googletest
- name: Checkout the nlohmann json submodule
run: git submodule update --init -- lib/json
- name: Create build directory
run: cmake -E make_directory build
- name: Run CMake (for Mac)