We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a5282 commit 6fb617dCopy full SHA for 6fb617d
.github/workflows/main.yml
@@ -232,7 +232,7 @@ jobs:
232
- uses: Swatinem/rust-cache@v2
233
- run: cargo test --workspace --release
234
env:
235
- RUSTCFLAGS: -C linker-plugin-lto
+ RUSTFLAGS: -C linker-plugin-lto
236
# check that there are no uncommitted changes to prevent bugs like https://github.com/rust-lang/cc-rs/issues/1411
237
- name: check clean Git workting tree
238
uses: ./.github/actions/check-clean-git-working-tree
0 commit comments