From 14d6eaf7fca2285b64cede0836c15f3ace59992b Mon Sep 17 00:00:00 2001 From: Mark Lechtermann Date: Mon, 8 May 2023 09:13:37 +0200 Subject: [PATCH] build: debug --- .github/workflows/code-style.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-style.yaml b/.github/workflows/code-style.yaml index ed9c2e0..77b7cc3 100644 --- a/.github/workflows/code-style.yaml +++ b/.github/workflows/code-style.yaml @@ -34,7 +34,7 @@ jobs: run: gcm dotnet - name: dir - run: "dir C:\\Program Files\\dotnet" + run: 'dir "c:\Program Files\dotnet"' - name: Check code format (editorconfig) run: dotnet format --verify-no-changes