瀏覽代碼

cicd: make grpc is not working

jamesread 2 年之前
父節點
當前提交
6fb158190d
共有 2 個文件被更改,包括 3 次插入6 次删除
  1. 0 3
      .github/workflows/codeql-analysis.yml
  2. 3 3
      .github/workflows/codestyle.yml

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

@@ -44,9 +44,6 @@ jobs:
       - name: Checkout repository
       - name: Checkout repository
         uses: actions/checkout@v4
         uses: actions/checkout@v4
 
 
-      - name: deps
-        run: make grpc
-
       # Initializes the CodeQL tools for scanning.
       # Initializes the CodeQL tools for scanning.
       - name: Initialize CodeQL
       - name: Initialize CodeQL
         uses: github/codeql-action/init@v3
         uses: github/codeql-action/init@v3

+ 3 - 3
.github/workflows/codestyle.yml

@@ -25,10 +25,10 @@ jobs:
           cache: true
           cache: true
 
 
       - name: deps
       - name: deps
-        run: make grpc
+        run: make -w grpc
 
 
       - name: daemon
       - name: daemon
-        run: make daemon-codestyle
+        run: make -w daemon-codestyle
 
 
       - name: webui
       - name: webui
-        run: make webui-codestyle
+        run: make -w webui-codestyle