mirror of
https://github.com/openharmony/third_party_rust_ryu.git
synced 2026-07-20 22:39:01 -04:00
Drop unneeded quoting from env variable in workflows yaml
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
||||
schedule: [cron: "40 1 * * *"]
|
||||
|
||||
env:
|
||||
RUSTFLAGS: '-Dwarnings'
|
||||
RUSTFLAGS: -Dwarnings
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
- uses: dtolnay/rust-toolchain@miri
|
||||
- run: cargo miri test
|
||||
env:
|
||||
MIRIFLAGS: '-Zmiri-tag-raw-pointers'
|
||||
MIRIFLAGS: -Zmiri-tag-raw-pointers
|
||||
|
||||
clippy:
|
||||
name: Clippy
|
||||
|
||||
Reference in New Issue
Block a user