Skip to content

Commit

Permalink
forgot to instal net6 sdk in the pub action
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Sep 29, 2021
1 parent 1bf1e73 commit c418e0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
repository: ericsink/cb
path: "cb"
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
include-prerelease: true
- name: Setup .NET 5
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit c418e0e

Please sign in to comment.