Browse Source

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

s/apt/apt-get/ (1.2)
TW 3 years ago
parent
commit
0fb546978a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/codeql-analysis.yml

+ 2 - 1
.github/workflows/codeql-analysis.yml

@@ -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 .