1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-13 09:56:30 +00:00

s/apt/apt-get/

> WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
This commit is contained in:
Andrey Bienkowski 2022-02-25 05:24:00 +00:00 committed by GitHub
parent f61e92c600
commit 55d5223338
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 - 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 .