Drop unneeded quoting from env variable in workflows yaml

This commit is contained in:
David Tolnay 2022-04-28 19:29:07 -07:00
parent 441cdf504e
commit 32ec0f210e
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -6,7 +6,7 @@ on:
schedule: [cron: "40 1 * * *"]
env:
RUSTFLAGS: '-Dwarnings'
RUSTFLAGS: -Dwarnings
jobs:
test: