Skip to content

Commit

Permalink
1.Change dotnet-version to 8.0 in benchmark_action.yml
Browse files Browse the repository at this point in the history
2.Change version of sdk to 8.0.7 in sonarqube.yaml
  • Loading branch information
chopin-fan committed Jul 19, 2024
1 parent 2b086d1 commit cc7ffaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0'
dotnet-version: '8.0'

- name: 'Download AElf build tools'
run: bash scripts/download_binary.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
dotnet-version: '7.0'
- name: Create temporary global.json
run: echo '{"sdk":{"version":"8.0.303"}}' > ./global.json
run: echo '{"sdk":{"version":"8.0.7"}}' > ./global.json
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit cc7ffaa

Please sign in to comment.