Skip to content

Commit c963112

Browse files
committed
(#51) Linux: use Bash rather than sh
1 parent 5d3950e commit c963112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
submodules: true
2626

2727
- name: Install PowerShell
28-
run: sh ./linux/install-pwsh.sh
28+
run: bash ./linux/install-pwsh.sh
2929

3030
# Build:
3131
- name: Install

0 commit comments

Comments
 (0)