Skip to content

Commit

Permalink
use dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed Dec 9, 2024
1 parent 7240b95 commit 5df874a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint_build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x # dotnet 9 breaks "dotnet format" command: https://github.com/dotnet/sdk/issues/43017
cache: true

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
with:
Expand Down

0 comments on commit 5df874a

Please sign in to comment.