mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52:50 +08:00
Install .NET 5 as part of build
This commit is contained in:
parent
8ce40bac3c
commit
8fcd2e59d6
5
.github/workflows/publish.yaml
vendored
5
.github/workflows/publish.yaml
vendored
@ -24,6 +24,11 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
|
- name: Setup dotnet 5.0.301
|
||||||
|
uses: actions/setup-dotnet@v1
|
||||||
|
with:
|
||||||
|
dotnet-version: 5.0.301
|
||||||
|
|
||||||
- name: Setup dotnet 6.0.100
|
- name: Setup dotnet 6.0.100
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user