From 130412bbdfde6ffc149414a9eb56fa1bd7960d52 Mon Sep 17 00:00:00 2001 From: zeppi Date: Fri, 25 Nov 2022 21:35:45 -0500 Subject: [PATCH] upgrade git --- .github/workflows/deploy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 62e2eab..b24daa1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,13 @@ jobs: runs-on: ubuntu-latest container: lbry/android-base:platform-28 steps: + - name: update git + run: | + apt install -y software-properties-common \ + apt update \ + add-apt-repository -y ppa:git-core/ppa \ + apt update \ + apt install -y git - name: checkout uses: actions/checkout@v3 - name: aftercheckout