Skip to content

Commit a66e108

Browse files
committed
[norel] Fix codeql workflow
1 parent 6f530b2 commit a66e108

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
# queries: security-extended,security-and-quality
4545

4646
- run: |
47+
apt-get update && apt-get install -y protobuf-compiler && \
4748
cd services && go mod download && mkdir gen && \
4849
make oapi-codegen-install protoc-install && \
4950
make

0 commit comments

Comments
 (0)