Skip to content

Commit c6e1187

Browse files
committed
fix(workflow): update shell command for linux-musl job to use alpine condition
1 parent b040a7b commit c6e1187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
defaults:
6363
run:
64-
shell: ${{ matrix.name == 'linux-musl' && matrix.arch == 'x86_64' && 'sh' || 'bash' }}
64+
shell: ${{ contains(matrix.container, 'alpine') && 'sh' || 'bash' }}
6565

6666
env:
6767
CONNECTION_STRING: ${{ secrets.CONNECTION_STRING }}

0 commit comments

Comments
 (0)