Skip to content

Commit bee73ee

Browse files
committed
syntax
1 parent 169b52d commit bee73ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cmake-find-windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
3838
- name: Configure CMake HiGHS
3939
working-directory: ${{runner.workspace}}\\build-highs-${{matrix.branch}}
40+
shell: bash
4041
run: |
41-
cmake ${{runner.workspace}}\\highs-tests\\HiGHS-${{matrix.branch}} -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}\\install-highs-${{matrix.branch}}
42+
cmake ${{runner.workspace}}\\highs-tests\\HiGHS-${{matrix.branch}} \
43+
-DCMAKE_INSTALL_PREFIX=${{runner.workspace}}\\install-highs-${{matrix.branch}}
4244
4345
- name: Build, ctest and install HiGHS
4446
working-directory: ${{runner.workspace}}\\build-highs-${{matrix.branch}}

0 commit comments

Comments
 (0)