upgrade git

This commit is contained in:
zeppi 2022-11-25 21:35:45 -05:00
parent d6eebb51b0
commit 130412bbdf

View file

@ -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