mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-07 06:07:19 +08:00
show me the env
This commit is contained in:
@@ -19,8 +19,14 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- name: Download Internet
|
||||
run: npm install
|
||||
- name: What's in the env?
|
||||
shell: cmd
|
||||
run: set
|
||||
- name: Enable Developer Command Prompt
|
||||
uses: ./
|
||||
- name: What's in the env now?
|
||||
shell: cmd
|
||||
run: set
|
||||
- name: Compile and run some C code
|
||||
shell: cmd
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user