fix(ci): Add /root/.cargo/bin to PATH for alm-ci runner
All checks were successful
BotServer CI/CD / build (push) Successful in 20s
All checks were successful
BotServer CI/CD / build (push) Successful in 20s
This commit is contained in:
parent
fa8701d69e
commit
307aa3180f
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue