ci: fix PATH for host runner - include /usr/bin and cargo bin
This commit is contained in:
parent
73e05ef0ad
commit
8111812d3b
@ -8,6 +8,8 @@ on:
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: self-hosted
|
||||
env:
|
||||
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/fam/.cargo/bin:/home/fam/.local/bin
|
||||
steps:
|
||||
- name: Checkout
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user