Skip to content

Commit 6fb617d

Browse files
authored
Fix RUSTFLAGS typo in test-linker-plugin-lto (#1665)
1 parent 16a5282 commit 6fb617d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
- uses: Swatinem/rust-cache@v2
233233
- run: cargo test --workspace --release
234234
env:
235-
RUSTCFLAGS: -C linker-plugin-lto
235+
RUSTFLAGS: -C linker-plugin-lto
236236
# check that there are no uncommitted changes to prevent bugs like https://github.com/rust-lang/cc-rs/issues/1411
237237
- name: check clean Git workting tree
238238
uses: ./.github/actions/check-clean-git-working-tree

0 commit comments

Comments
 (0)