From 4b1b20ec5f902ccf6a4cf876202d8eac7642d2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kapu=C5=9Bci=C5=84ski?= Date: Sat, 15 Apr 2023 00:29:07 +0200 Subject: [PATCH] Checkout json submodule in Mac build --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d37b5f18..beecd7a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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)