Skip to content

Commit

Permalink
Ensure CodeQL can build pyCURL
Browse files Browse the repository at this point in the history
This patch installs the necessary libraries so that pip can successfully
build pyCURL.
  • Loading branch information
lkiesow committed Oct 6, 2020
1 parent a433fdb commit 3270d34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: install libgnutls28-dev
run: |
sudo apt update -q
sudo apt install -q -y libgnutls28-dev libcurl4-gnutls-dev
- name: Checkout repository
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 3270d34

Please sign in to comment.