Skip to content

Commit

Permalink
fix: CI error of codeql anaylzer #48.
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakusaRinne committed Aug 19, 2022
1 parent 26c4745 commit 3623ac2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,14 @@ jobs:
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- name: Setup dotnet 3.1.x sdk
- name: Setup .NET sdk
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x

- name: Setup dotnet 5.0.x sdk
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: |
3.1.x
5.0.x
6.0.x
include-prerelease: true

- name: Check dotnet sdk install
run: dotnet --info
Expand Down

0 comments on commit 3623ac2

Please sign in to comment.