show me the env

This commit is contained in:
Alexei Lozovsky
2021-03-07 13:51:48 +09:00
parent cdfca13739
commit ac2ceb2811
+6
View File
@@ -19,8 +19,14 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Download Internet - name: Download Internet
run: npm install run: npm install
- name: What's in the env?
shell: cmd
run: set
- name: Enable Developer Command Prompt - name: Enable Developer Command Prompt
uses: ./ uses: ./
- name: What's in the env now?
shell: cmd
run: set
- name: Compile and run some C code - name: Compile and run some C code
shell: cmd shell: cmd
run: | run: |