Skip to content

Commit 2c63490

Browse files
committed
Try to fix build
1 parent f66d819 commit 2c63490

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -161,17 +161,10 @@ jobs:
161161
restore-keys: ${{ runner.os }}-nuget-
162162

163163
- name: DotNet Setup
164-
if: ${{ matrix.options.sdk-preview != true }}
165-
uses: actions/setup-dotnet@v4
164+
uses: actions/setup-dotnet@v5
166165
with:
167166
dotnet-version: |
168167
8.0.x
169-
170-
- name: DotNet Setup Preview
171-
if: ${{ matrix.options.sdk-preview == true }}
172-
uses: actions/setup-dotnet@v4
173-
with:
174-
dotnet-version: |
175168
10.0.x
176169
177170
- name: DotNet Build

0 commit comments

Comments
 (0)