Skip to content

Commit c418e0e

Browse files
committed
forgot to instal net6 sdk in the pub action
1 parent 1bf1e73 commit c418e0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pub.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
with:
2121
repository: ericsink/cb
2222
path: "cb"
23+
- name: Setup .NET 6
24+
uses: actions/setup-dotnet@v1
25+
with:
26+
dotnet-version: 6.0.x
27+
include-prerelease: true
2328
- name: Setup .NET 5
2429
uses: actions/setup-dotnet@v1
2530
with:

0 commit comments

Comments
 (0)