From 79f55fe7fd4c141939516c3ec6a0592a074d9b52 Mon Sep 17 00:00:00 2001 From: radish0416 <46024761+radish0416@users.noreply.github.com> Date: Wed, 17 Sep 2025 09:30:52 +0800 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1e652b8..9af16a0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,9 +19,9 @@ jobs: fail-fast: false matrix: include: - # - TARGET: i686-unknown-linux-musl - # OS: ubuntu-latest - # FEATURES: ring-cipher,openssl-vendored,wss + - TARGET: i686-unknown-linux-musl + OS: ubuntu-latest + FEATURES: ring-cipher,openssl-vendored,wss - TARGET: x86_64-unknown-linux-musl OS: ubuntu-latest FEATURES: ring-cipher,wss @@ -267,4 +267,4 @@ jobs: file: ./artifacts/**/*.tar.gz tag: ${{ github.ref }} overwrite: true - file_glob: true \ No newline at end of file + file_glob: true