Skip to content

Commit

Permalink
Force frame pointers on nightly-i686-msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed Mar 22, 2024
1 parent 4e319af commit e8b80b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Force frame pointers
run: echo RUSTFLAGS="-Cforce-frame-pointers $RUSTFLAGS" >> $GITHUB_ENV
shell: bash
if: matrix.rust == 'stable-i686-msvc'
if: contains(matrix.rust, '-i686-msvc')

- run: cargo build
- run: cargo test
Expand Down

0 comments on commit e8b80b9

Please sign in to comment.