Skip to content

Commit 87985f1

Browse files
committed
[norel] Fix codeql workflow
1 parent a66e108 commit 87985f1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
# queries: security-extended,security-and-quality
4545

4646
- run: |
47-
apt-get update && apt-get install -y protobuf-compiler && \
47+
sudo apt-get update && \
48+
sudo apt-get install -y protobuf-compiler
49+
- run: |
4850
cd services && go mod download && mkdir gen && \
4951
make oapi-codegen-install protoc-install && \
5052
make

0 commit comments

Comments
 (0)