From d86d6b239babc244705ab7368cbfc9be293c4c97 Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Thu, 22 Feb 2024 11:19:24 +0800 Subject: [PATCH] ci(static-bin): update workflow Signed-off-by: Xin Liu --- .github/workflows/publish-static-bin.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish-static-bin.yml b/.github/workflows/publish-static-bin.yml index 9ef935dbcce..193e363d038 100644 --- a/.github/workflows/publish-static-bin.yml +++ b/.github/workflows/publish-static-bin.yml @@ -91,13 +91,13 @@ jobs: # cross: true # cargo_command: ./cross - - os_name: Linux-x86_64-musl - os: ubuntu-20.04 - target: x86_64-unknown-linux-musl - bin: ubi - name: ubi-Linux-x86_64-musl.tar.gz - cross: false - cargo_command: cargo + # - os_name: Linux-x86_64-musl + # os: ubuntu-20.04 + # target: x86_64-unknown-linux-musl + # bin: ubi + # name: ubi-Linux-x86_64-musl.tar.gz + # cross: false + # cargo_command: cargo - os_name: Linux-x86_64-gnu @@ -134,7 +134,7 @@ jobs: targets: ${{ matrix.platform.target }} if: ${{ !matrix.platform.cross }} - name: Install musl-tools on Linux - run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools + run: sudo apt-get update --yes && sudo apt-get install --yes musl-dev musl-tools if: contains(matrix.platform.os, 'ubuntu') && !matrix.platform.cross - name: Install cross if cross-compiling (*nix) id: cross-nix