From a009d0600081a9d276e6502a5248fda859e7a2f6 Mon Sep 17 00:00:00 2001 From: Droid-MAX Date: Thu, 11 May 2023 21:10:09 +0800 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7b2ea48..60fd9b2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -38,8 +38,6 @@ jobs: matrix: # a list of all the targets include: - - TARGET: i686-unknown-linux-gnu # tested in a debian container on a mac - OS: ubuntu-latest - TARGET: i686-unknown-linux-musl # test in an alpine container on a mac OS: ubuntu-latest - TARGET: x86_64-unknown-linux-gnu # tested in a debian container on a mac