Skip to content

Commit

Permalink
Use Ninja build.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed Nov 21, 2023
1 parent 40e2139 commit 3e5ee2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3e5ee2b

Please sign in to comment.