Skip to content

Commit 28ff995

Browse files
committed
fix(ci): remove empty checkout 'with' and install net8 + net10 runtimes
1 parent daa593f commit 28ff995

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21-
with:
2221

2322
- name: Setup .NET
2423
uses: actions/setup-dotnet@v4
2524
with:
26-
dotnet-version: '10.0.x'
25+
dotnet-version: |
26+
8.0.x
27+
10.0.x
2728
2829
- name: Restore
2930
run: dotnet restore FlexRender.slnx

0 commit comments

Comments
 (0)