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