Browse Source

This should be better

Piotr Czajkowski 3 years ago
parent
commit
8130e0b0cd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/codeql-analysis.yml

+ 3 - 0
.github/workflows/codeql-analysis.yml

@@ -45,7 +45,10 @@ jobs:
     # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
     #    and modify them (or add more) to build your code if your project
     #    uses a compiled language
+    - name: Install stuff
+      run: sudo apt install libcurl4-openssl-dev libssl-dev
 
+    - name: Make stuff
     - run: make
 
     - name: Perform CodeQL Analysis