Skip to content

Commit

Permalink
Remove mips target from github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vche committed May 23, 2024
1 parent 72f86cf commit cfe1788
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
aarch64-unknown-linux-gnu,
aarch64-unknown-linux-musl,
armv7-unknown-linux-gnueabihf,
mips-unknown-linux-gnu,
mips64-unknown-linux-gnuabi64,
mips64el-unknown-linux-gnuabi64,
mipsel-unknown-linux-gnu,
powerpc-unknown-linux-gnu,
powerpc64-unknown-linux-gnu,
powerpc64le-unknown-linux-gnu,
Expand Down Expand Up @@ -79,4 +75,3 @@ jobs:
use-cross: true
command: test
args: --target ${{ matrix.target }} --no-default-features --features "${{ env.FLOWGGER_FEATURES }}"

0 comments on commit cfe1788

Please sign in to comment.