From cfbff008c466491c63c1be3600eaa8c709c18308 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:55:27 +0900 Subject: [PATCH] Use Cysharp/Actions/setup-dotnet default version ## tl;dr; It support both .NET 6,7 and 8. No need specify version. --- .github/workflows/build-debug.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index 5a7eb3a..e03ce3f 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -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