mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-27 19:09:20 +01:00
Needs both versions for now due to flatsharp?
This commit is contained in:
parent
37f3044376
commit
59fec5db82
3 changed files with 9 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -16,7 +16,9 @@ jobs:
|
|||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '10.x.x'
|
||||
dotnet-version: |
|
||||
'10.x.x'
|
||||
'9.x.x'
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Download Dalamud
|
||||
|
|
|
|||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -15,7 +15,9 @@ jobs:
|
|||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '10.x.x'
|
||||
dotnet-version: |
|
||||
'10.x.x'
|
||||
'9.x.x'
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Download Dalamud
|
||||
|
|
|
|||
4
.github/workflows/test_release.yml
vendored
4
.github/workflows/test_release.yml
vendored
|
|
@ -15,7 +15,9 @@ jobs:
|
|||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '10.x.x'
|
||||
dotnet-version: |
|
||||
'10.x.x'
|
||||
'9.x.x'
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Download Dalamud
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue