Skip to content

Commit 3c6c11d

Browse files
committed
fix(ci): Ensure release job runs with updated .NET as well
1 parent 7866cc8 commit 3c6c11d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/dotnet-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ jobs:
6868
path: "${{ github.workspace }}/release"
6969
merge-multiple: true
7070

71+
- name: Install .NET Core
72+
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5
73+
with:
74+
dotnet-version: 8.0.x
75+
7176
- name: Install Task
7277
uses: arduino/setup-task@v2
7378
with:

0 commit comments

Comments
 (0)