Skip to content

Commit

Permalink
CI: Fix dotnet-format version
Browse files Browse the repository at this point in the history
v6.0.200 breaks dotnet-format
See dotnet/format#1519
  • Loading branch information
vedxyz committed Feb 20, 2022
1 parent f3a694d commit 83deeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
dotnet-version: "6.0.102" # 6.0.200 breaks dotnet-format (https://github.com/dotnet/format/issues/1519)

- name: Setup Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit 83deeec

Please sign in to comment.