mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-26 17:02:32 +01:00
Remove mipsel workflow.
Mipsel was downgraded to tier 3, which broke this workflow. https://github.com/rust-lang/compiler-team/issues/648
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -19,10 +19,7 @@ jobs:
|
|||||||
access_token: ${{ github.token }}
|
access_token: ${{ github.token }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
|
||||||
targets: mipsel-unknown-linux-gnu
|
|
||||||
- run: cargo check --all-features
|
- run: cargo check --all-features
|
||||||
- run: cargo check --all-features --target mipsel-unknown-linux-gnu
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test Suite
|
name: Test Suite
|
||||||
|
|||||||
Reference in New Issue
Block a user