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
6
.github/workflows/tests.yaml
vendored
6
.github/workflows/tests.yaml
vendored
@ -32,6 +32,12 @@ jobs:
|
|||||||
if: runner.os != 'Windows'
|
if: runner.os != 'Windows'
|
||||||
run: chmod -R +x Wabbajack.FileExtractor/Extractors
|
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
|
- name: Setup .NET Core SDK 7.0.x
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user