look at env

This commit is contained in:
Alexei Lozovsky
2021-03-09 22:43:32 +09:00
parent dd06567c9a
commit 34741d07c4
+6
View File
@@ -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