From a71277ef87f6389c5915cd8edba26c2bc489ed59 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 1aca9e3..d1f3b0e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,6 +23,7 @@ jobs: - name: Enable Developer Command Prompt uses: ./ - name: Compile and run some C code + shell: cmd run: | cl.exe hello.c hello.exe