Skip to content

Commit

Permalink
Adding sudo to install action.
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jun 20, 2024
1 parent 23ef4ab commit 7e8cca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@master

- name: Install Debian Package Building Dependencies
run: bash debian/install_pkg_build_deps.sh
run: sudo bash debian/install_pkg_build_deps.sh

- name: Create Debian Package
run: make clean package
Expand Down

0 comments on commit 7e8cca6

Please sign in to comment.