fix apt scripts

This commit is contained in:
zeppi 2022-11-25 21:43:12 -05:00
parent 1b34352820
commit 4b96cfd12d

View file

@ -13,10 +13,10 @@ jobs:
steps:
- name: update git
run: |
apt-get install -y software-properties-common \
apt-get update \
add-apt-repository -y ppa:git-core/ppa \
apt-get update \
apt-get install -y software-properties-common
apt-get update
add-apt-repository -y ppa:git-core/ppa
apt-get update
apt-get install -y git
- name: checkout
uses: actions/checkout@v3