Skip to content

Commit

Permalink
fix: CI error of codeql anaylzer casbin-net#48.
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakusaRinne committed Aug 19, 2022
1 parent e73d261 commit 98ccebc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,12 @@ 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 dotnet 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: 6.0.x

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

0 comments on commit 98ccebc

Please sign in to comment.