Skip to content

Commit 27286b8

Browse files
Force frame pointers on all i686
1 parent 0bb512f commit 27286b8

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
@@ -48,7 +48,7 @@ jobs:
4848
- name: Force frame pointers
4949
run: echo RUSTFLAGS="-Cforce-frame-pointers $RUSTFLAGS" >> $GITHUB_ENV
5050
shell: bash
51-
if: matrix.rust == 'stable-i686-msvc'
51+
if: contains(matrix.rust, 'i686')
5252

5353
- run: cargo build
5454
- run: cargo test

0 commit comments

Comments
 (0)