Skip to content

Commit

Permalink
GA fixed this (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel authored Nov 25, 2023
1 parent 2a00261 commit c482f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"fantomas": {
"version": "6.2.2",
"version": "6.2.3",
"commands": [
"fantomas"
]
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@ jobs:
run: dotnet --info

- name: Restore tools
run: |
# can't do a tool restore here due to an 8.0.100 rc2 bug - this is fixed in GA so can go back to
# dotnet tool restore then.
dotnet tool install paket --version 8.0.0-alpha002 && dotnet tool install fantomas --version 6.2.2 && dotnet paket restore
run: dotnet tool restore

- name: Check format
run: dotnet build -t:CheckFormat
Expand Down

0 comments on commit c482f7e

Please sign in to comment.