Skip to content

Commit

Permalink
add install proc
Browse files Browse the repository at this point in the history
  • Loading branch information
fyannch committed Jun 27, 2024
1 parent dfbde8d commit 6e1c570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarqube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:

dotnet-version: '7.0'

- name: Install Protoc
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- name: 'Install protobuf'
run: bash scripts/install.sh

- name: Set up JDK 17

Expand Down

0 comments on commit 6e1c570

Please sign in to comment.