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