remove upx

This commit is contained in:
WJQSERVER 2024-12-20 20:57:51 +08:00
parent 891ce86101
commit a8d2b0700c
2 changed files with 0 additions and 8 deletions

View file

@ -32,10 +32,6 @@ jobs:
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: ${{ env.GO_VERSION }} go-version: ${{ env.GO_VERSION }}
- name: 安装UPX
run: |
sudo apt update
sudo apt install upx -y
- name: 编译 - name: 编译
env: env:
GOOS: ${{ matrix.goos }} GOOS: ${{ matrix.goos }}

View file

@ -32,10 +32,6 @@ jobs:
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: ${{ env.GO_VERSION }} go-version: ${{ env.GO_VERSION }}
- name: 安装 UPX
run: |
sudo apt-get update
sudo apt-get install -y upx
- name: 编译 - name: 编译
env: env:
GOOS: ${{ matrix.goos }} GOOS: ${{ matrix.goos }}