Skip to content

Commit

Permalink
Update rpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Apr 12, 2024
1 parent 0894f4c commit 2f40327
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 -y
bash linux/pkg/build-pkg.sh
- name: Upload build artifacts
Expand Down

0 comments on commit 2f40327

Please sign in to comment.