소스 검색

This way?

Piotr Czajkowski 3 년 전
부모
커밋
7cc07c1423
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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