mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 05:17:37 +03:00
Drop unneeded quoting from env variable in workflows yaml
This commit is contained in:
parent
441cdf504e
commit
32ec0f210e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
schedule: [cron: "40 1 * * *"]
|
||||
|
||||
env:
|
||||
RUSTFLAGS: '-Dwarnings'
|
||||
RUSTFLAGS: -Dwarnings
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue