Skip to content

Commit e0f27f5

Browse files
committed
Fix -Zrandomize-layout setting in Windows jobs
This didn't take effect when run by the default pwsh shell.
1 parent fa532c2 commit e0f27f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
- uses: dtolnay/rust-toolchain@nightly
6262
- name: Enable type layout randomization
6363
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
64+
shell: bash
6465
- run: cargo test
6566

6667
minimal:

0 commit comments

Comments
 (0)