Use cmd.exe as shell

It works well and we don't need PowerShell which has weird notion of
default executable search path.
This commit is contained in:
ilammy
2020-02-11 23:37:34 +02:00
parent ce962cf525
commit a46bb485fb
+1
View File
@@ -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