Skip to content

Commit c482f7e

Browse files
authored
GA fixed this (#1209)
1 parent 2a00261 commit c482f7e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"fantomas": {
18-
"version": "6.2.2",
18+
"version": "6.2.3",
1919
"commands": [
2020
"fantomas"
2121
]

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@ jobs:
8484
run: dotnet --info
8585

8686
- name: Restore tools
87-
run: |
88-
# 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
89-
# dotnet tool restore then.
90-
dotnet tool install paket --version 8.0.0-alpha002 && dotnet tool install fantomas --version 6.2.2 && dotnet paket restore
87+
run: dotnet tool restore
9188

9289
- name: Check format
9390
run: dotnet build -t:CheckFormat

0 commit comments

Comments
 (0)