Skip to content

Commit

Permalink
Ignore binutils-powerpc-linux-gnu install failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 3, 2025
1 parent f7200c3 commit 2b9889a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
- uses: dtolnay/rust-toolchain@miri
- run: sudo apt-get install gcc-powerpc-linux-gnu
if: matrix.target == 'powerpc64-unknown-linux-gnu'
continue-on-error: true
- run: sudo apt-get install gcc-mips-linux-gnu
if: matrix.target == 'mips-unknown-linux-gnu'
- run: cargo miri setup
Expand Down

0 comments on commit 2b9889a

Please sign in to comment.