fix(release): update package manager before RPM build
CI / Test (push) Successful in 34s
CI / Build (push) Successful in 26s

This commit is contained in:
2026-06-29 16:40:29 +02:00
parent 995760c4da
commit a58b081cae
+1
View File
@@ -170,6 +170,7 @@ jobs:
VERSION="${{ github.event.inputs.tag || github.ref_name }}" VERSION="${{ github.event.inputs.tag || github.ref_name }}"
PKGVER="${VERSION#v}" PKGVER="${VERSION#v}"
sudo apt-get update -y
sudo apt-get install -y rpm sudo apt-get install -y rpm
CGO_ENABLED=0 go build \ CGO_ENABLED=0 go build \