浏览代码

This should be better

Piotr Czajkowski 3 年之前
父节点
当前提交
8130e0b0cd
共有 1 个文件被更改,包括 3 次插入0 次删除
  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