cicd: make grpc is not working
This commit is contained in:
parent
0e3f9c8ceb
commit
6fb158190d
|
|
@ -44,9 +44,6 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: deps
|
||||
run: make grpc
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3
|
||||
|
|
|
|||
|
|
@ -25,10 +25,10 @@ jobs:
|
|||
cache: true
|
||||
|
||||
- name: deps
|
||||
run: make grpc
|
||||
run: make -w grpc
|
||||
|
||||
- name: daemon
|
||||
run: make daemon-codestyle
|
||||
run: make -w daemon-codestyle
|
||||
|
||||
- name: webui
|
||||
run: make webui-codestyle
|
||||
run: make -w webui-codestyle
|
||||
|
|
|
|||
Loading…
Reference in New Issue