This commit is contained in:
parent
0b99c40754
commit
54a159634f
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ jobs:
|
|||
cache: ${{ secrets.ATTIC_CACHE }}
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
|
||||
- name: echo path
|
||||
if: always()
|
||||
run: "echo $PATH"
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
# Enter the shell
|
||||
|
|
Loading…
Reference in a new issue