Skip to content

Commit d04ff96

Browse files
committed
path to source
1 parent 9bec012 commit d04ff96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
working-directory: ${{runner.workspace}}\\build-highs-${{matrix.branch}}
4040
shell: bash
4141
run: |
42-
cmake ${{runner.workspace}}/highs-tests/HiGHS-${{matrix.branch}} \
42+
cmake ${{runner.workspace}}\\highs-tests\\HiGHS-${{matrix.branch}} \
4343
-DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/install-highs-${{matrix.branch}}
4444
4545
- name: Build, ctest and install HiGHS

0 commit comments

Comments
 (0)