fix(actions): install curl in runner during the setup
Some checks failed
/ validate (push) Failing after 5s

This commit is contained in:
jad0s 2026-05-20 15:47:46 +02:00
parent fba72df5a3
commit 64b54ce654

View file

@ -11,7 +11,7 @@ jobs:
shell: sh shell: sh
steps: steps:
- name: Setup - name: Setup
run: apk add bash run: apk add bash curl
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4