Skip to content

Commit cfe1788

Browse files
committed
Remove mips target from github workflow
1 parent 72f86cf commit cfe1788

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ jobs:
4747
aarch64-unknown-linux-gnu,
4848
aarch64-unknown-linux-musl,
4949
armv7-unknown-linux-gnueabihf,
50-
mips-unknown-linux-gnu,
51-
mips64-unknown-linux-gnuabi64,
52-
mips64el-unknown-linux-gnuabi64,
53-
mipsel-unknown-linux-gnu,
5450
powerpc-unknown-linux-gnu,
5551
powerpc64-unknown-linux-gnu,
5652
powerpc64le-unknown-linux-gnu,
@@ -79,4 +75,3 @@ jobs:
7975
use-cross: true
8076
command: test
8177
args: --target ${{ matrix.target }} --no-default-features --features "${{ env.FLOWGGER_FEATURES }}"
82-

0 commit comments

Comments
 (0)