From a46bb485fbd26ed82bd4f17fdbd704000edbdaec Mon Sep 17 00:00:00 2001 From: ilammy Date: Tue, 11 Feb 2020 23:37:34 +0200 Subject: [PATCH] Use cmd.exe as shell It works well and we don't need PowerShell which has weird notion of default executable search path. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69a3f56..b98d971 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,7 @@ jobs: - name: Enable Developer Command Prompt uses: ./ - name: Compile and run some C code + shell: cmd run: | cl.exe hello.c hello.exe