👷 add git into ci workspace

This commit is contained in:
2025-07-12 07:29:37 +07:00
parent a84cf4dafe
commit 771cbf9091

View File

@ -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" .