From 5996665983b7353064a39930b618d7ce1ead826e Mon Sep 17 00:00:00 2001 From: lbl8603 <49143209+lbl8603@users.noreply.github.com> Date: Sat, 20 Jul 2024 10:58:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4i686-linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rust.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a118476..a2c2a87 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -36,9 +36,6 @@ jobs: matrix: # a list of all the targets include: - - TARGET: i686-unknown-linux-musl # test in an alpine container on a mac - OS: ubuntu-latest - FEATURES: normal,web - TARGET: x86_64-unknown-linux-musl # test in an alpine container on a mac OS: ubuntu-latest FEATURES: ring-cipher,web