Skip to content

Commit 24b24b2

Browse files
committed
runner workspace
1 parent d04ff96 commit 24b24b2

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 $GITHUB_WORKSACE/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)