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