mirror of https://github.com/Cysharp/UniTask
Use Cysharp/Actions/setup-dotnet default version
## tl;dr; It support both .NET 6,7 and 8. No need specify version.pull/519/head
parent
5cc97c7f00
commit
cfbff008c4
|
@ -15,10 +15,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
|
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
|
||||||
with:
|
|
||||||
dotnet-version: |
|
|
||||||
6.0.x
|
|
||||||
7.0.x
|
|
||||||
- run: dotnet build -c Debug
|
- run: dotnet build -c Debug
|
||||||
- run: dotnet test -c Debug
|
- run: dotnet test -c Debug
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue