extra path

This commit is contained in:
Alexei Lozovsky
2021-03-09 23:18:16 +09:00
parent 34741d07c4
commit 78b8d0d58b
+3
View File
@@ -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: |