mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Use a different format for env vars
This commit is contained in:
parent
3fb02c85d1
commit
e7863d979f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ build: &rust_build
|
|||
- cargo gen-syntax --verify
|
||||
- cargo test
|
||||
env:
|
||||
RUSTFLAGS: "-D warnings"
|
||||
- RUSTFLAGS="-D warnings"
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue