added git to the runner
Some checks failed
Check Deleted Workflows / check-deleted-workflows (pull_request) Failing after 40s

This commit is contained in:
Richard Mrasek
2026-06-12 10:17:41 +02:00
parent ffe20d285c
commit 452e5cfe0c

View File

@@ -20,6 +20,11 @@ jobs:
run:
shell: bash
steps:
- name: Install git
run: |
apt-get update -qq
apt-get install -y --no-install-recommends git
- name: Checkout repository
run: |
REPO_DIR="repo"