Skip to content

Commit e7d0d44

Browse files
committed
test
1 parent 99d02cb commit e7d0d44

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,11 @@ jobs:
9292
include:
9393
- os: ubuntu-latest
9494
command: ./install.sh
95-
shell: sh
9695
- os: macos-latest
9796
command: ./install.sh
98-
shell: sh
9997
- os: windows-latest
10098
command: .\install.ps1
101-
shell: pwsh
10299
steps:
103100
- uses: actions/checkout@v4
104101
- run: ${{ matrix.command }}
105-
shell: ${{ matrix.shell }}
102+
shell: ${{ startsWith(matrix.os, 'windows') && 'pwsh' || 'sh' }}

0 commit comments

Comments
 (0)