ci: curl via apk installieren (Alpine runner hat kein curl)
Build & Deploy Tippspiel / build (push) Successful in 45s
Build & Deploy Tippspiel / build (push) Successful in 45s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,9 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup tools
|
||||||
|
run: apk add --no-cache curl
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
rm -rf workspace && mkdir workspace
|
rm -rf workspace && mkdir workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user