Skip to content

Commit

Permalink
Put the protobuf installation in front.
Browse files Browse the repository at this point in the history
  • Loading branch information
chopin-fan committed Jun 27, 2024
1 parent 3240b2e commit 1ae1703
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sonarqube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 17
- name: Install protobuf
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- name: Cache SonarQube packages
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 1ae1703

Please sign in to comment.