From 989a33ab29f15391c7b6e42dfd74fb8c9df6ef59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oona=20R=C3=A4is=C3=A4nen?= Date: Thu, 27 Jun 2024 09:57:27 +0300 Subject: [PATCH] Use sudo in CI to install .deb deps --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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