Skip to content

Commit 2006c77

Browse files
committed
Build needs .NET9 SDK
1 parent fc670d2 commit 2006c77

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/continuous.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v4
27-
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
28-
uses: actions/cache@v4
27+
name: 'Cache: .nuke/temp, ~/.nuget/packages'
28+
- uses: actions/setup-dotnet@v4
29+
with:
30+
dotnet-version: '9.0.x'
31+
- uses: actions/cache@v4
2932
with:
3033
path: |
3134
.nuke/temp

0 commit comments

Comments
 (0)