From e6d779e70bb5739964bf0366eed8aa7acd52bd0f Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Wed, 15 Nov 2023 23:54:45 -0800 Subject: [PATCH] Remove mipsel workflow. Mipsel was downgraded to tier 3, which broke this workflow. https://github.com/rust-lang/compiler-team/issues/648 --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b0cc136..ce51718 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,10 +19,7 @@ jobs: access_token: ${{ github.token }} - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@stable - with: - targets: mipsel-unknown-linux-gnu - run: cargo check --all-features - - run: cargo check --all-features --target mipsel-unknown-linux-gnu test: name: Test Suite