Skip to content

Commit

Permalink
Switch from mips to powerpc for cross target
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Nov 4, 2023
1 parent 1825c7e commit 528d626
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
cargo check --tests --no-default-features --features="$FEATURES"
env:
FEATURES: ${{ matrix.features }}
mips_cross:
powerpc_cross:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: add_cross_target
run: |
rustup target add mips64-unknown-linux-gnuabi64
cargo build --all-features --target mips64-unknown-linux-gnuabi64
rustup target add powerpc-unknown-linux-gnu
cargo build --all-features --target powerpc-unknown-linux-gnu
test_all:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 528d626

Please sign in to comment.