From 21629c0215ee49cb45029184be78ceaeaa08a05b Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Tue, 16 Apr 2024 12:59:47 +0200 Subject: [PATCH] Update action.yml Signed-off-by: Barnabas Busa --- .github/actions/install-deps/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/install-deps/action.yml b/.github/actions/install-deps/action.yml index a45374f..2a62169 100644 --- a/.github/actions/install-deps/action.yml +++ b/.github/actions/install-deps/action.yml @@ -12,6 +12,9 @@ runs: steps: - name: Checkout this repo uses: actions/checkout@v4 + - name: Install shell git + shell: bash + run: sudo apt install git -y - uses: actions/setup-java@v4 if: contains(inputs.repository, 'teku') with: