From 3940af5a92310665429db78d156d8f3fe3e93730 Mon Sep 17 00:00:00 2001 From: John Wesley Walker III <81404201+jww3@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:22:23 +0100 Subject: [PATCH] Ensure `test-proxy` is using an up-to-date version of git --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c686471..c5b63a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -200,6 +200,11 @@ jobs: env: https_proxy: http://squid-proxy:3128 steps: + - name: Install Git + run: | + apt-get update + apt-get install git + # Clone this repo - name: Checkout uses: actions/checkout@v3