Skip to content

Commit 81632ea

Browse files
committed
Just use .NET 8
1 parent 784d0ef commit 81632ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
- uses: actions/checkout@v4
3535

3636
- uses: actions/setup-dotnet@v4
37+
with:
38+
dotnet-version: 8.x.x
3739

3840
- run: dotnet test AssimpNet.Test -c ${{ matrix.configuration }} ${{ matrix.additional_args }}
3941

0 commit comments

Comments
 (0)