Update build-dev.yml

This commit is contained in:
里見 灯花 2024-10-11 01:20:16 +08:00 committed by GitHub
parent 1277af445c
commit 8eb6c09562
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,8 +34,8 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: Install UPX
run: |
apt update
apt install upx -y
sudo apt update
sudo apt install upx -y
- name: Build
env:
GOOS: ${{ matrix.goos }}