From 6076bdd484b1455d1b3a75a5d6a9629b00fb3873 Mon Sep 17 00:00:00 2001 From: Stephan Schwarzmann Date: Wed, 15 Nov 2023 10:29:46 +0100 Subject: [PATCH] github/CI: Remove MIPS cross toolchain MIPS removed by Rust due to https://github.com/rust-lang/rust/issues/115218 --- .github/workflows/lms.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lms.yml b/.github/workflows/lms.yml index bca3fe1c..c97ff64c 100644 --- a/.github/workflows/lms.yml +++ b/.github/workflows/lms.yml @@ -137,7 +137,6 @@ jobs: - stable target: - aarch64-unknown-linux-gnu - - mips-unknown-linux-gnu features: - default