Update build-dev.yml
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user