mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-06 21:57:19 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user