Skip to content

Commit 40fc9fe

Browse files
committed
Use 'pwsh' as shell instead of 'powershell'
1 parent 48c37f9 commit 40fc9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454

5555
# Building the actual target
5656
- name: Build Target (${{ inputs.target }})
57-
shell: powershell
57+
shell: pwsh
5858
run: ./ibt-ci build -t ${{ inputs.target }}

0 commit comments

Comments
 (0)