fix(ci): Add /root/.cargo/bin to PATH for alm-ci runner
Some checks failed
BotUI CI / build (push) Failing after 1s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-03-31 15:32:45 -03:00
parent 1010732f01
commit e9913ecf9a

View file

@ -9,6 +9,7 @@ on:
env: env:
CARGO_BUILD_JOBS: 6 CARGO_BUILD_JOBS: 6
CARGO_NET_RETRY: 10 CARGO_NET_RETRY: 10
PATH: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
jobs: jobs:
build: build: