From 3e5ee2bb6b69b6b41533d68acfb36d88819966d9 Mon Sep 17 00:00:00 2001 From: Kevin Gurney Date: Tue, 21 Nov 2023 16:47:35 -0500 Subject: [PATCH] Use Ninja build. --- .github/workflows/matlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matlab.yml b/.github/workflows/matlab.yml index 5acba2fc51f73..b1177d674715c 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -75,7 +75,7 @@ jobs: - name: Build MATLAB Interface shell: cmd run: | - cmake -S .\matlab -B .\matlab\build -D CMAKE_INSTALL_PREFIX=.\matlab\install -D MATLAB_ADD_INSTALL_DIR_TO_SEARCH_PATH=OFF + cmake -S .\matlab -B .\matlab\build -G Ninja -D CMAKE_INSTALL_PREFIX=.\matlab\install -D MATLAB_ADD_INSTALL_DIR_TO_SEARCH_PATH=OFF cmake --build .\matlab\build --config Release --target install - name: Run MATLAB Tests env: