fix: use apk for alpine runner
Some checks failed
Build & Deploy / build (push) Failing after 9s

This commit is contained in:
joe
2026-07-19 02:20:04 +08:00
parent fafa5b22a9
commit 1d837b42ff

View File

@@ -11,10 +11,9 @@ jobs:
build:
runs-on: self-hosted
steps:
- name: Install build tools (apt)
- name: Install build tools
run: |
apt-get update
apt-get install -y curl git nodejs npm docker.io 2>/dev/null || true
apk add --no-cache curl git nodejs npm docker-cli 2>/dev/null || true
- name: Generate demo content + Dockerfile
run: |