Browse Source

This way?

Piotr Czajkowski 3 years ago
parent
commit
7cc07c1423
1 changed files with 1 additions and 4 deletions
  1. 1 4
      .github/workflows/codeql-analysis.yml

+ 1 - 4
.github/workflows/codeql-analysis.yml

@@ -45,10 +45,7 @@ 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: sudo apt install libcurl4-openssl-dev libssl-dev
     - run: make
 
     - name: Perform CodeQL Analysis