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/"