Skip to content

Commit 52b8fb0

Browse files
committed
test
1 parent 899edd0 commit 52b8fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
6161
- name: Test build
6262
working-directory: ${{runner.workspace}}\\build-find-build-${{matrix.branch}}
63-
shell: bash
6463
run: |
64+
$env:PATH = '${{runner.workspace}}/build-highs-${{matrix.branch}}-b/bin/Release;' + $env:PATH
6565
.\\Release\\main.exe
6666
6767
- name: Test install

0 commit comments

Comments
 (0)