Skip to content

Commit 363e289

Browse files
committed
pwsh
1 parent 43d92f9 commit 363e289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ jobs:
6363
6464
- name: Test build
6565
working-directory: ${{runner.workspace}}\\build-find-highs-${{matrix.branch}}
66-
shell: bash
66+
shell: pwsh
6767
run: |
6868
$env:PATH = '${{runner.workspace}}/install-highs-${{matrix.branch}}/bin/Release;' + $env:PATH
6969
echo $Env:PATH
7070
.\\Release\\main.exe
7171
7272
- name: Test install
7373
working-directory: ${{runner.workspace}}\\install-find-highs-${{matrix.branch}}
74-
shell: bash
74+
shell: pwsh
7575
run: |
7676
$env:PATH = '${{runner.workspace}}/install-highs-${{matrix.branch}}/bin/Release;' + $env:PATH
7777
echo $Env:PATH

0 commit comments

Comments
 (0)