Checkout json submodule in Mac build
parent
d24a6b37a4
commit
4b1b20ec5f
.github/workflows
|
@ -97,6 +97,8 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Checkout the Google Test submodule
|
- name: Checkout the Google Test submodule
|
||||||
run: git submodule update --init -- lib/googletest
|
run: git submodule update --init -- lib/googletest
|
||||||
|
- name: Checkout the nlohmann json submodule
|
||||||
|
run: git submodule update --init -- lib/json
|
||||||
- name: Create build directory
|
- name: Create build directory
|
||||||
run: cmake -E make_directory build
|
run: cmake -E make_directory build
|
||||||
- name: Run CMake (for Mac)
|
- name: Run CMake (for Mac)
|
||||||
|
|
Loading…
Reference in New Issue