summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2020-10-11 18:48:20 +0200
committerMarcus Meissner <marcus@jet.franken.de>2020-10-11 18:48:20 +0200
commit7a7c169ba429e9a5abc53f660db3ee415cbc429c (patch)
treec5118388b4313b1f8822c28132fea94dc78b3dd0 /.github
parent6a01cd9d0d172f8fc5534c0d74ca23a33932488a (diff)
downloadlibgphoto2-7a7c169ba429e9a5abc53f660db3ee415cbc429c.tar.gz
install things
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql-analysis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 02d0f38b4..ed1da8b95 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -24,7 +24,7 @@ jobs:
matrix:
# Override automatic language detection by changing the below list
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
- language: ['cpp', 'python']
+ language: ['cpp']
# Learn more...
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
@@ -41,6 +41,9 @@ jobs:
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
+ # install all necessary things
+ - run: sudo apt-get update && sudo apt-get install -y autopoint gettext libusb-1.0-0-dev libcurl4-openssl-dev bison flex
+
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1