Skip to content

Commit 46c1523

Browse files
committed
Drop unneeded quoting from env variable in workflows yaml
1 parent 5c5e6f1 commit 46c1523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
schedule: [cron: "40 1 * * *"]
77

88
env:
9-
RUSTFLAGS: '-Dwarnings'
9+
RUSTFLAGS: -Dwarnings
1010

1111
jobs:
1212
test:

0 commit comments

Comments
 (0)