From f62636ca3eac9bbda5a2f7a75ee69921a2890413 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 13 Jan 2026 20:00:59 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=9B=9E=E9=80=80upx=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E6=AD=A5=E9=AA=A4=EF=BC=8C=E5=AE=9E=E9=99=85=E5=8F=97?= =?UTF-8?q?=E9=99=90=E4=BA=8E=E7=BC=96=E8=AF=91=E7=9A=84=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E4=B8=8D=E5=8F=AF=E7=9B=B4=E6=8E=A5=E8=BF=9B=E8=A1=8C=E5=AE=89?= =?UTF-8?q?=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_binary.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_binary.yaml b/.github/workflows/build_binary.yaml index 83a451c1..0655457c 100644 --- a/.github/workflows/build_binary.yaml +++ b/.github/workflows/build_binary.yaml @@ -40,11 +40,10 @@ jobs: with: go-version: 1.25.4 - - name: Install UPX - run: | - sudo apt-get update - sudo apt-get install -y upx-ucl - + # - name: Install UPX + # run: | + # apk add --no-cache upx + - name: Configure Git for Private Modules run: | git config --global url."https://${{ secrets.GHT }}@github.com/".insteadOf "https://github.com/"