mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-07 06:07:19 +08:00
look at env
This commit is contained in:
@@ -26,6 +26,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cl.exe hello.c
|
cl.exe hello.c
|
||||||
hello.exe
|
hello.exe
|
||||||
|
- name: Check out bash env
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
env
|
||||||
|
which link || :
|
||||||
|
which cl || :
|
||||||
audit:
|
audit:
|
||||||
name: npm audit
|
name: npm audit
|
||||||
if: false
|
if: false
|
||||||
|
|||||||
Reference in New Issue
Block a user