diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c346a7a92..9506d0b7f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -293,6 +293,7 @@ jobs: - name: Build id: cmake_build run: | + cmake -S ./nitro_deps -B ./build_deps/nitro_deps cmake --build ./build_deps/nitro_deps --config Release mkdir build cd build @@ -367,6 +368,7 @@ jobs: - name: Build id: cmake_build run: | + cmake -S ./nitro_deps -B ./build_deps/nitro_deps cmake --build ./build_deps/nitro_deps --config Release mkdir build cd build