Update build-dev.yml

This commit is contained in:
里見 灯花
2024-10-11 01:20:16 +08:00
committed by GitHub
parent 1277af445c
commit 8eb6c09562

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 }}