Skip to content

Commit 245ceed

Browse files
committed
fix
1 parent 0751fae commit 245ceed

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0
31-
- name: Setup .NET 9 SDK
32-
uses: actions/setup-dotnet@v4
31+
- uses: actions/setup-dotnet@v4
3332
with:
3433
dotnet-version: |
3534
8.0.x
@@ -87,6 +86,11 @@ jobs:
8786
working-directory: src
8887
steps:
8988
- uses: actions/checkout@v4
89+
- uses: actions/setup-dotnet@v4
90+
with:
91+
dotnet-version: |
92+
8.0.x
93+
9.0.x
9094
- run: dotnet restore Roslynator.CoreAndTesting.slnf
9195
- run: dotnet build Roslynator.CoreAndTesting.slnf --no-restore
9296
- run: dotnet pack Roslynator.CoreAndTesting.slnf --no-build -o _nupkg

0 commit comments

Comments
 (0)