Add git to CI dependencies
/ build (push) Failing after 37s Details

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
kosma 2026-03-04 15:37:16 +01:00
parent 3eb9b736eb
commit e5eb862126
1 changed files with 1 additions and 3 deletions

View File

@ -10,9 +10,7 @@ jobs:
image: ubuntu:24.04 image: ubuntu:24.04
steps: steps:
- name: Install dependencies - name: Install dependencies
run: | run: apt-get update -q && apt-get install -qy git nodejs buildah
apt-get update -q
apt-get install -qy nodejs buildah
- uses: actions/checkout@v4 - uses: actions/checkout@v4