Skip to content

Commit

Permalink
modify probuf version
Browse files Browse the repository at this point in the history
  • Loading branch information
fyannch committed Jun 27, 2024
1 parent 3e91933 commit ef12023
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/sonarqube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0'
dotnet-version: '6.0'
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
version: "23.x"
- name: Set up JDK 17
run: bash scripts/install.sh

- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
Expand Down

0 comments on commit ef12023

Please sign in to comment.