Drop unneeded quoting from env variable in workflows yaml

This commit is contained in:
David Tolnay 2022-04-28 19:29:09 -07:00
parent aed1982175
commit 1d70065c50
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: