Skip to content

Commit

Permalink
fix rpmbuild install
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Apr 10, 2024
1 parent 1f5b10c commit 78831dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Build DEB and RPM packages
run: |
apt update && apt install rpm
sudo apt-get update && sudo apt-get install rpm
bash linux/pkg/build-pkg.sh
- name: Upload build artifacts
Expand Down

0 comments on commit 78831dd

Please sign in to comment.