fix(ci): Add /root/.cargo/bin to PATH for alm-ci runner
Some checks failed
BotUI CI / build (push) Failing after 1s
Some checks failed
BotUI CI / build (push) Failing after 1s
This commit is contained in:
parent
1010732f01
commit
e9913ecf9a
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ on:
|
|||
env:
|
||||
CARGO_BUILD_JOBS: 6
|
||||
CARGO_NET_RETRY: 10
|
||||
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