We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f530b2 commit a66e108Copy full SHA for a66e108
1 file changed
.github/workflows/codeql.yml
@@ -44,6 +44,7 @@ jobs:
44
# queries: security-extended,security-and-quality
45
46
- run: |
47
+ apt-get update && apt-get install -y protobuf-compiler && \
48
cd services && go mod download && mkdir gen && \
49
make oapi-codegen-install protoc-install && \
50
make
0 commit comments