ci: fix
Some checks failed
Create Release / changelog (push) Failing after 2m0s

This commit is contained in:
2025-05-30 19:31:12 +03:00
parent ca82bf3024
commit 09dba577c6

View File

@ -89,8 +89,10 @@ jobs:
- name: Install alr - name: Install alr
run: | run: |
make install make install
# temporary fix # temporary fix
groupadd wheel groupadd wheel
usermod -aG wheel root
- name: Build packages - name: Build packages
run: | run: |