mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 20:28:58 +00:00
ci: fix smoke test failing because bash is not installed on alpine
This commit is contained in:
parent
031bbe6dc4
commit
0a61843ea8
1 changed files with 3 additions and 4 deletions
7
.github/workflows/release_oxlint.yml
vendored
7
.github/workflows/release_oxlint.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue