Skip to content

Commit

Permalink
ci: use sudo to install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Ketoharju committed Jan 23, 2024
1 parent a3c8fbe commit 9ae1014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ jobs:
build-deb:
runs-on: ubuntu-latest
steps:
- run: apt install make fpm
- run: sudo apt install make fpm -y
- name: create a deb package
run: make build

0 comments on commit 9ae1014

Please sign in to comment.