Skip to content

Commit 169b52d

Browse files
committed
paths
1 parent a477fcc commit 169b52d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,11 @@ jobs:
3737
3838
- name: Configure CMake HiGHS
3939
working-directory: ${{runner.workspace}}\\build-highs-${{matrix.branch}}
40-
shell: bash
4140
run: |
42-
cmake ${{runner.workspace}}\\highs-tests\\HiGHS-${{matrix.branch}} \
43-
-DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/install-highs-${{matrix.branch}}
41+
cmake ${{runner.workspace}}\\highs-tests\\HiGHS-${{matrix.branch}} -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}\\install-highs-${{matrix.branch}}
4442
4543
- name: Build, ctest and install HiGHS
4644
working-directory: ${{runner.workspace}}\\build-highs-${{matrix.branch}}
47-
shell: bash
4845
run: |
4946
cmake --build . --parallel --config Release
5047
ctest -C Release
@@ -54,7 +51,7 @@ jobs:
5451
working-directory: ${{runner.workspace}}\\build-find-highs-${{matrix.branch}}
5552
shell: bash
5653
run: |
57-
cmake ${{runner.workspace}}/highs-tests/CMakeHighsFindPackage-master-${{matrix.branch}} \
54+
cmake ${{runner.workspace}}\\highs-tests\\CMakeHighsFindPackage-master-${{matrix.branch}} \
5855
-DHIGHS_DIR=${{runner.workspace}}/install-highs-${{matrix.branch}}/lib/cmake/highs \
5956
-DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/install-find-highs-${{matrix.branch}}
6057
cmake --build . --parallel --config Release

0 commit comments

Comments
 (0)