Skip to content

Commit

Permalink
style: quote rust flags string
Browse files Browse the repository at this point in the history
  • Loading branch information
w-lfchen committed Aug 26, 2024
1 parent aa31b8c commit 9e6ca81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -Dwarnings
RUSTFLAGS: "-Dwarnings"

jobs:
build:
Expand Down

0 comments on commit 9e6ca81

Please sign in to comment.