From 771cbf9091aff09b90bc6b98f13c46e6fe1bf296 Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Sat, 12 Jul 2025 07:29:37 +0700 Subject: [PATCH] :construction_worker: add git into ci workspace --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4ee7002..311d660 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,6 +12,9 @@ jobs: container: image: oven/bun:latest steps: + - name: Install Git + run: apt update && apt install -y git + - name: Clone private repo run: git clone "$GITEA_REPOSITORY_CLONE_URL" .