mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-07 06:07:19 +08:00
extra path
This commit is contained in:
@@ -26,6 +26,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cl.exe hello.c
|
cl.exe hello.c
|
||||||
hello.exe
|
hello.exe
|
||||||
|
- name: Extra path
|
||||||
|
shell: bash
|
||||||
|
run: echo "/tmp/extra" >> $GITHUB_PATH
|
||||||
- name: Check out bash env
|
- name: Check out bash env
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user