(fix): rpm builds in workflow
This commit is contained in:
parent
a209ade10b
commit
e146ae2710
2 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
uses: https://data.forgejo.org/actions/checkout@v4
|
||||
|
||||
- name: Install Packages
|
||||
run: apt-get update && apt-get install -y sudo curl jq
|
||||
run: apt-get update && apt-get install -y sudo curl jq fakeroot dpkg rpm xz-utils
|
||||
|
||||
- name: Install Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue