This commit is contained in:
@@ -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 -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}"
|
git checkout --force "${GITEA_SHA}"
|
||||||
|
|
||||||
|
- name: Install system packages
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y --no-install-recommends zip
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user