ci: fix PATH to include rustup toolchain bin directory
All checks were successful
BotServer CI/CD / build (push) Successful in 1m46s
All checks were successful
BotServer CI/CD / build (push) Successful in 1m46s
This commit is contained in:
parent
1779f4f2fd
commit
71cb8dee2e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ env:
|
|||
RUSTC_WRAPPER: sccache
|
||||
WORKSPACE: /opt/gbo/data/botserver
|
||||
CARGO_TARGET_DIR: /opt/gbo/data/botserver/target
|
||||
PATH: /home/gbuser/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
PATH: /home/gbuser/.cargo/bin:/home/gbuser/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue