Skip to content

Commit

Permalink
Remove backslashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed Nov 21, 2023
1 parent a928cc1 commit 84b681c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,8 @@ jobs:
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
cmake \
-S . \
-B .\matlab\build \
-G Ninja \
-D CMAKE_INSTALL_PREFIX=.\matlab\install \
-D MATLAB_ADD_INSTALL_DIR_TO_SEARCH_PATH=OFF
cmake
-S . -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 84b681c

Please sign in to comment.