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