fix environment variable

This commit is contained in:
Simx72 2024-11-19 09:58:40 -05:00
parent 031e75e884
commit a5d686a746

View File

@ -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