fix (?) workflow
This commit is contained in:
parent
f6e545a9eb
commit
30d8230374
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ jobs:
|
||||||
runs-on: alpine-latest
|
runs-on: alpine-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install dependencies for other steps
|
||||||
|
run: |
|
||||||
|
apk add --no-cache git nodejs npm bash
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue