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 a66e108 commit 87985f1Copy full SHA for 87985f1
1 file changed
.github/workflows/codeql.yml
@@ -44,7 +44,9 @@ jobs:
44
# queries: security-extended,security-and-quality
45
46
- run: |
47
- apt-get update && apt-get install -y protobuf-compiler && \
+ sudo apt-get update && \
48
+ sudo apt-get install -y protobuf-compiler
49
+ - run: |
50
cd services && go mod download && mkdir gen && \
51
make oapi-codegen-install protoc-install && \
52
make
0 commit comments