fix(ci): Add /root/.cargo/bin to PATH for alm-ci runner
All checks were successful
BotServer CI/CD / build (push) Successful in 20s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-03-31 15:32:37 -03:00
parent fa8701d69e
commit 307aa3180f

View file

@ -11,6 +11,7 @@ env:
CARGO_NET_RETRY: 10
WORKSPACE: /opt/gbo/ci/botserver
CARGO_TARGET_DIR: /opt/gbo/ci/botserver/target
PATH: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
jobs:
build: