Skip to content

Commit

Permalink
Use sudo in CI to install .deb deps
Browse files Browse the repository at this point in the history
  • Loading branch information
windytan committed Jun 27, 2024
1 parent af896bd commit 989a33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Debian packaging tools
run: sudo apt install build-essential devscripts debhelper equivs
- name: Install Build-Depends
run: mk-build-deps --install --tool 'apt-get --yes'
run: sudo mk-build-deps --install --tool 'apt-get --yes'
- name: Build .deb
run: debuild -us -uc
# TODO: need a way to find the binary
Expand Down

0 comments on commit 989a33a

Please sign in to comment.