Piotr Czajkowski 4 жил өмнө
parent
commit
8130e0b0cd

+ 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