Install zip in release workflow
Release / release (push) Failing after 39s

This commit is contained in:
chuan
2026-05-18 01:30:21 +08:00
Unverified
parent 434161de5b
commit 9b40028387
+5
View File
@@ -50,6 +50,11 @@ jobs:
git -c "http.${GITEA_SERVER_URL}/.extraheader=AUTHORIZATION: Basic ${auth_header}" fetch --force --depth=1 origin "${GITEA_REF}:refs/remotes/origin/checkout"
git checkout --force "${GITEA_SHA}"
- name: Install system packages
run: |
apt-get update
apt-get install -y --no-install-recommends zip
- name: Install dependencies
run: bun install --frozen-lockfile