Skip to content

Commit

Permalink
Merge pull request #1245 from serde-rs/powerpc
Browse files Browse the repository at this point in the history
Delete unused gcc installation
  • Loading branch information
dtolnay authored Mar 3, 2025
2 parents f7200c3 + b34d317 commit d77a498
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@miri
- run: sudo apt-get install gcc-powerpc-linux-gnu
if: matrix.target == 'powerpc64-unknown-linux-gnu'
- run: sudo apt-get install gcc-mips-linux-gnu
if: matrix.target == 'mips-unknown-linux-gnu'
- run: cargo miri setup
- run: cargo miri test --target ${{matrix.target}}
- run: cargo miri test --target ${{matrix.target}} --features preserve_order,float_roundtrip,arbitrary_precision,raw_value
Expand Down

0 comments on commit d77a498

Please sign in to comment.