diff options
author | Marcus Meissner <marcus@jet.franken.de> | 2020-10-11 18:48:20 +0200 |
---|---|---|
committer | Marcus Meissner <marcus@jet.franken.de> | 2020-10-11 18:48:20 +0200 |
commit | 7a7c169ba429e9a5abc53f660db3ee415cbc429c (patch) | |
tree | c5118388b4313b1f8822c28132fea94dc78b3dd0 /.github | |
parent | 6a01cd9d0d172f8fc5534c0d74ca23a33932488a (diff) | |
download | libgphoto2-7a7c169ba429e9a5abc53f660db3ee415cbc429c.tar.gz |
install things
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 5 |
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 |