Skip to content

Commit

Permalink
fix(ci): rpm package dependencies (#60)
Browse files Browse the repository at this point in the history
adding missing fakeroot and rpm tooling not set up by default on ubuntu
  • Loading branch information
LouisVN authored Dec 1, 2024
1 parent d14cc10 commit 2939992
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/upload-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,13 @@ jobs:
java-package: jdk
architecture: x64

- name: Setup rpm dependencies
id: dependencies
run: |
sudo apt-get update
sudo apt-get install -y fakeroot
sudo apt-get install -y rpm
- name: Package
id: package
run: |
Expand Down

0 comments on commit 2939992

Please sign in to comment.