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 987899132c
commit a71277ef87
+1
View File
@@ -23,6 +23,7 @@ jobs:
- name: Enable Developer Command Prompt - name: Enable Developer Command Prompt
uses: ./ uses: ./
- name: Compile and run some C code - name: Compile and run some C code
shell: cmd
run: | run: |
cl.exe hello.c cl.exe hello.c
hello.exe hello.exe