aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2022-02-20 17:52:52 +0300
committerGitHub <noreply@github.com>2022-02-20 17:52:52 +0300
commitfec0faa6d6ddfe985bd5837003b0aeb030217e7b (patch)
treef187eb6ba346f3eefe596ccea480227d69f79ab5 /.github/workflows
parent1a7e879252dd6d9485feddb1f2b0b1219f1eefcd (diff)
downloadatracdenc-fec0faa6d6ddfe985bd5837003b0aeb030217e7b.tar.gz
codeql fix
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/codeql-analysis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 66eac5d..298d9c1 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -49,6 +49,9 @@ jobs:
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
+
+ - run: |
+ sudo apt-get update && sudo apt-get install -yq libsndfile1 libsndfile1-dev
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
@@ -62,8 +65,7 @@ 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
+
# make bootstrap
# make release