mirror of
https://github.com/LBRYFoundation/lbry-android.git
synced 2025-08-23 17:47:28 +00:00
fix apt scripts
This commit is contained in:
parent
1b34352820
commit
4b96cfd12d
1 changed files with 4 additions and 4 deletions
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
|
@ -13,10 +13,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: update git
|
- name: update git
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y software-properties-common \
|
apt-get install -y software-properties-common
|
||||||
apt-get update \
|
apt-get update
|
||||||
add-apt-repository -y ppa:git-core/ppa \
|
add-apt-repository -y ppa:git-core/ppa
|
||||||
apt-get update \
|
apt-get update
|
||||||
apt-get install -y git
|
apt-get install -y git
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue