mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #2430 from wabbajack-tools/EzioTheDeadPoet-patch-1
Update tests.yaml to include .NET 8.0
This commit is contained in:
commit
f080464c19
6
.github/workflows/tests.yaml
vendored
6
.github/workflows/tests.yaml
vendored
@ -32,6 +32,12 @@ jobs:
|
||||
if: runner.os != 'Windows'
|
||||
run: chmod -R +x Wabbajack.FileExtractor/Extractors
|
||||
|
||||
- name: Setup .NET Core SDK 8.0.x
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '8.0.x'
|
||||
include-prerelease: true
|
||||
|
||||
- name: Setup .NET Core SDK 7.0.x
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user