fix(actions): install curl in runner during the setup
Some checks failed
/ validate (push) Failing after 5s
Some checks failed
/ validate (push) Failing after 5s
This commit is contained in:
parent
fba72df5a3
commit
64b54ce654
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
shell: sh
|
||||
steps:
|
||||
- name: Setup
|
||||
run: apk add bash
|
||||
run: apk add bash curl
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue