Update .forgejo/workflows/build-release.yml

This commit is contained in:
aria 2025-06-14 02:43:18 +10:00
parent 51150c8187
commit a760ee7d0d

View file

@ -21,8 +21,8 @@ jobs:
- name: Install UPX
run: |
sudo apt update
sudo apt install -y upx-ucl
apt update
apt install -y upx-ucl
- name: Build normal binary
run: |