From cfbd6f540d5084bc96a60af841121472fbe725a3 Mon Sep 17 00:00:00 2001 From: Yehor Popovych Date: Tue, 29 Aug 2023 16:32:24 +0100 Subject: [PATCH] update git in linux tests --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d14eab..1d68361 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,6 +38,10 @@ jobs: image: swift:${{ matrix.swift }} options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --security-opt apparmor=unconfined steps: + - name: Ubuntu Packages + run: | + apt-get update && apt-get install -y software-properties-common && \ + add-apt-repository -y ppa:git-core/ppa && apt-get update && apt-get upgrade -y git - name: Checkout uses: actions/checkout@v3 with: