ci: fix PATH for host runner - include /usr/bin and cargo bin
Some checks failed
Deploy to OCI / deploy (push) Failing after 0s

This commit is contained in:
2026-04-07 10:41:27 +01:00
parent 73e05ef0ad
commit 8111812d3b

View File

@@ -8,6 +8,8 @@ on:
jobs: jobs:
deploy: deploy:
runs-on: self-hosted 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: steps:
- name: Checkout - name: Checkout
run: | run: |