From d2beb07ec4957d1cacaa74bfb70e06ae76bdf425 Mon Sep 17 00:00:00 2001 From: Pablo Garrido Date: Thu, 22 Feb 2024 09:09:11 +0100 Subject: [PATCH] add git --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3f4843..066b3bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,11 @@ jobs: container: image: ubuntu:22.04 steps: + - name: Git + run: | + apt update + apt install -y git + - name: Checkout uses: actions/checkout@v4 with: