ci: fix smoke test failing because bash is not installed on alpine

This commit is contained in:
Boshen 2024-05-28 23:47:10 +08:00
parent 031bbe6dc4
commit 0a61843ea8
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -11,10 +11,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
check:
name: Check version
@ -81,6 +77,9 @@ jobs:
name: Package ${{ matrix.code-target }}
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
steps:
- uses: taiki-e/checkout-action@v1