From 3401217c0a18e8699a973180c2c54057dc3b4c28 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:20:22 +0900 Subject: [PATCH] Update build-debug.yml --- .github/workflows/build-debug.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index cded1a6..1fee705 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -24,6 +24,4 @@ jobs: steps: - uses: actions/checkout@v3 - uses: Cysharp/Actions/.github/actions/setup-dotnet@main - with: - dotnet-version: 7.0.x - - run: dotnet build -c Debug \ No newline at end of file + - run: dotnet build -c Debug