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 3, 2022
1 parent e73d261 commit 33030a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
with:
dotnet-version: 5.0.x

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

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

Expand Down

0 comments on commit 33030a2

Please sign in to comment.