Skip to content

Commit 2d15a04

Browse files
authored
use bash for test install scripts, except the ps1 step (#20089)
1 parent f14e952 commit 2d15a04

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-install-scripts.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ concurrency:
2020
group: ${{ github.event_name == 'pull_request' && format('{0}-{1}', github.workflow_ref, github.event.pull_request.number) || github.run_id }}
2121
cancel-in-progress: true
2222

23+
defaults:
24+
run:
25+
shell: bash
26+
2327
jobs:
2428
test_scripts:
2529
name: Native ${{ matrix.os.emoji }} ${{ matrix.arch.emoji }} ${{ matrix.development.name }} - ${{ matrix.editable.name }}
@@ -109,6 +113,7 @@ jobs:
109113
110114
- name: Run install-gui script (Windows)
111115
if: matrix.os.matrix == 'windows'
116+
shell: pwsh
112117
run: |
113118
./Install-gui.ps1
114119

0 commit comments

Comments
 (0)