Skip to content

Commit

Permalink
Drop unneeded quoting from env variable in workflows yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 29, 2022
1 parent 8aa34ba commit fbb803a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -6,7 +6,7 @@ on:
schedule: [cron: "40 1 * * *"]

env:
RUSTFLAGS: '-Dwarnings'
RUSTFLAGS: -Dwarnings

jobs:
test:
Expand Down

0 comments on commit fbb803a

Please sign in to comment.