Merge pull request #6356 from hexagonrecursion/patch-1

s/apt/apt-get/
This commit is contained in:
TW 2022-02-25 12:31:58 +01:00 committed by GitHub
commit 472eba0323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ jobs:
- name: Install requirements, build and install Borg - name: Install requirements, build and install Borg
run: | 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 -r requirements.d/development.txt
pip3 install -e . pip3 install -e .