Skip to content

Commit

Permalink
Added missing .net 9 setup in pack and publish (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamthewilliam authored Dec 18, 2024
2 parents 8d65c73 + 3a6b6f9 commit 6c811aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pack-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,17 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

- name: Setup .NET 9.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x

- name: Restore dependencies
run: dotnet restore src/Hooki

Expand Down

0 comments on commit 6c811aa

Please sign in to comment.