mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-01 12:09:10 +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:
parent
6f18167873
commit
29ce1fc818
1 changed files with 2 additions and 1 deletions
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
|
@ -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 .
|
||||
|
||||
|
|
Loading…
Reference in a new issue