Skip to content

Commit

Permalink
Update PPA publish prerequisites (#7618)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo authored Oct 16, 2024
1 parent b0e8c2c commit 31c5131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "Import GPG owner trust"
echo ${{ secrets.GPG_OWNERTRUST }} | base64 --decode | gpg --import-ownertrust
- name: Install PPA dependencies
run: sudo apt-get update && sudo apt-get install debhelper devscripts -y
run: sudo apt-get update && sudo apt-get install build-essential debhelper devscripts -y
- name: Submit package
env:
PPA_GPG_KEYID: ${{ secrets.PPA_GPG_KEYID }}
Expand Down

0 comments on commit 31c5131

Please sign in to comment.