Skip to content

Commit cefae83

Browse files
committed
(#51) Linux: use sh instead of Bash
1 parent 5d3950e commit cefae83

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
@@ -88,7 +88,7 @@ jobs:
8888
submodules: true
8989

9090
- name: Install PowerShell
91-
run: bash ./linux/install-pwsh.sh
91+
run: sh ./linux/install-pwsh.sh
9292

9393
- name: Install
9494
shell: pwsh

0 commit comments

Comments
 (0)