Merge pull request #6358 from hexagonrecursion/apt-get-1.2

s/apt/apt-get/ (1.2)
This commit is contained in:
TW 2022-02-25 21:02:39 +01:00 committed by GitHub
commit 0fb546978a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,8 @@ jobs:
- name: Install requirements, build and install Borg
run: |
sudo apt install libacl1-dev
sudo apt-get update
sudo apt-get install libacl1-dev
pip3 install -r requirements.d/development.txt
pip3 install -e .