mirror of
https://github.com/LBRYFoundation/lbry-android.git
synced 2025-08-23 17:47:28 +00:00
upgrade git
This commit is contained in:
parent
d6eebb51b0
commit
130412bbdf
1 changed files with 7 additions and 0 deletions
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
|
@ -11,6 +11,13 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: lbry/android-base:platform-28
|
container: lbry/android-base:platform-28
|
||||||
steps:
|
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
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: aftercheckout
|
- name: aftercheckout
|
||||||
|
|
Loading…
Add table
Reference in a new issue