mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +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 }}
|
go-version: ${{ env.GO_VERSION }}
|
||||||
- name: Install UPX
|
- name: Install UPX
|
||||||
run: |
|
run: |
|
||||||
apt update
|
sudo apt update
|
||||||
apt install upx -y
|
sudo apt install upx -y
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
GOOS: ${{ matrix.goos }}
|
GOOS: ${{ matrix.goos }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue