Skip to content

Commit

Permalink
use .net 8 for jellyfin actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kookxiang committed May 12, 2024
1 parent dd1a096 commit 90aa712
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/jellyfin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
name: Build Plugin
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup .NET 8.x
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6
dotnet-version: 8
- name: Restore NuGet Packages
run: dotnet restore
- name: .NET Test
Expand Down

0 comments on commit 90aa712

Please sign in to comment.