Changed /root
to /github/home
This commit is contained in:
parent
84e879232d
commit
7a22b2817e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.cargo/bin
|
||||
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/github/home/.cargo/bin
|
||||
RUSTFLAGS: -C target-feature=-crt-static
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue