From 30675cd5d81eb7405a7a2522d87c2cb044542e4c Mon Sep 17 00:00:00 2001 From: patrick-zippenfenig Date: Sun, 7 Aug 2022 11:11:47 +0200 Subject: [PATCH] submodules --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 84f5757..00a2173 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,7 +75,11 @@ jobs: shell: bash - name: Install git run: | - apt-get update && apt-get -qq -y install git + apt-get install -y -qq software-properties-common + apt-get update + add-apt-repository -y ppa:git-core/ppa + apt-get update + apt-get install -y -qq git git --version - uses: actions/checkout@v3 with: