Skip to content

Commit d77a498

Browse files
authored
Merge pull request #1245 from serde-rs/powerpc
Delete unused gcc installation
2 parents f7200c3 + b34d317 commit d77a498

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ jobs:
106106
steps:
107107
- uses: actions/checkout@v4
108108
- uses: dtolnay/rust-toolchain@miri
109-
- run: sudo apt-get install gcc-powerpc-linux-gnu
110-
if: matrix.target == 'powerpc64-unknown-linux-gnu'
111-
- run: sudo apt-get install gcc-mips-linux-gnu
112-
if: matrix.target == 'mips-unknown-linux-gnu'
113109
- run: cargo miri setup
114110
- run: cargo miri test --target ${{matrix.target}}
115111
- run: cargo miri test --target ${{matrix.target}} --features preserve_order,float_roundtrip,arbitrary_precision,raw_value

0 commit comments

Comments
 (0)