Skip to content

Commit

Permalink
Use Cysharp/Actions/setup-dotnet default version
Browse files Browse the repository at this point in the history
## tl;dr;

It support both .NET 6,7 and 8. No need specify version.
  • Loading branch information
guitarrapc authored Nov 15, 2023
1 parent 5cc97c7 commit cfbff00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
with:
dotnet-version: |
6.0.x
7.0.x
- run: dotnet build -c Debug
- run: dotnet test -c Debug

Expand Down

0 comments on commit cfbff00

Please sign in to comment.