We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d92f9 commit 363e289Copy full SHA for 363e289
.github/workflows/cmake-find-windows.yml
@@ -63,15 +63,15 @@ jobs:
63
64
- name: Test build
65
working-directory: ${{runner.workspace}}\\build-find-highs-${{matrix.branch}}
66
- shell: bash
+ shell: pwsh
67
run: |
68
$env:PATH = '${{runner.workspace}}/install-highs-${{matrix.branch}}/bin/Release;' + $env:PATH
69
echo $Env:PATH
70
.\\Release\\main.exe
71
72
- name: Test install
73
working-directory: ${{runner.workspace}}\\install-find-highs-${{matrix.branch}}
74
75
76
77
0 commit comments