mirror of
https://codeberg.org/Codeberg-CI/examples.git
synced 2025-09-16 15:25:40 -04:00
fix environment variable
This commit is contained in:
parent
031e75e884
commit
a5d686a746
@ -6,7 +6,8 @@ steps:
|
|||||||
when:
|
when:
|
||||||
event: [push, pull_request]
|
event: [push, pull_request]
|
||||||
image: rust
|
image: rust
|
||||||
environment: [CARGO_TERM_COLOR=always]
|
environment:
|
||||||
|
CARGO_TERM_COLOR: always
|
||||||
commands:
|
commands:
|
||||||
- rustup default $RUST
|
- rustup default $RUST
|
||||||
- cargo check
|
- cargo check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user