Update .forgejo/workflows/build-release.yml
This commit is contained in:
parent
51150c8187
commit
a760ee7d0d
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install UPX
|
- name: Install UPX
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
apt update
|
||||||
sudo apt install -y upx-ucl
|
apt install -y upx-ucl
|
||||||
|
|
||||||
- name: Build normal binary
|
- name: Build normal binary
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue