Skip to content

Commit 146ce01

Browse files
committed
Fix check-format job in CI
1 parent 2919ec7 commit 146ce01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2
16+
- name: Setup .NET Core SDK
17+
uses: actions/setup-dotnet@v1
18+
with:
19+
dotnet-version: 5.0.201
20+
- name: Pin .NET Core SDK
21+
run: dotnet new globaljson --sdk-version 5.0.201
1622
- name: Restore tools
1723
run: dotnet tool restore
1824
- name: Check format

0 commit comments

Comments
 (0)