mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge branch 'main' into fix-downloader-issues
This commit is contained in:
commit
2404a851f0
8
.github/workflows/tests.yaml
vendored
8
.github/workflows/tests.yaml
vendored
@ -31,7 +31,13 @@ jobs:
|
||||
- name: Set Permissions
|
||||
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