diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ed1bc1..0e17317 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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