Skip to content

Commit

Permalink
fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dawedawe committed Nov 16, 2023
1 parent b1e9576 commit c7daeda
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,7 @@ jobs:
uses: actions/setup-dotnet@v3

- 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 fsharp-analyzers --version 0.20.0
run: dotnet tool restore

- name: Run analyzers
run: dotnet build -t:AnalyzeSolution -p:TargetFramework=net6.0
Expand Down

0 comments on commit c7daeda

Please sign in to comment.