aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2022-02-20 17:49:40 +0300
committerGitHub <noreply@github.com>2022-02-20 17:49:40 +0300
commit1a7e879252dd6d9485feddb1f2b0b1219f1eefcd (patch)
tree874e6a69ae5f0f7fb53ddcbe26ead8afb5383d90
parentc6baacb32c2fc88b5d76cf0b76195427cad96100 (diff)
downloadatracdenc-1a7e879252dd6d9485feddb1f2b0b1219f1eefcd.tar.gz
codeql fix
-rw-r--r--.github/workflows/codeql-analysis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 0a4bda2..66eac5d 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -62,7 +62,8 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language
- - run: sudo apt-get update && sudo apt-get install -yq libsndfile1 libsndfile1-dev
+ - run: |
+ sudo apt-get update && sudo apt-get install -yq libsndfile1 libsndfile1-dev
# make bootstrap
# make release