ci: curl via apk installieren (Alpine runner hat kein curl)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ronny
2026-04-06 11:48:35 +02:00
parent 94be5620a6
commit d7cd558caf
+3
View File
@@ -8,6 +8,9 @@ jobs:
build:
runs-on: self-hosted
steps:
- name: Setup tools
run: apk add --no-cache curl
- name: Checkout
run: |
rm -rf workspace && mkdir workspace