Skip to content

Commit 193125a

Browse files
Force frame pointers on all i686 tests (#601)
1 parent bdc8b82 commit 193125a

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)