mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
Update build-dev.yml
This commit is contained in:
parent
1277af445c
commit
8eb6c09562
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-dev.yml
vendored
4
.github/workflows/build-dev.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue