From 680df56ca194fbb6dd17050c70792979c467bdf3 Mon Sep 17 00:00:00 2001 From: Anton Date: Sat, 30 Sep 2023 19:24:19 +0300 Subject: [PATCH] Build test --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e641691..0aa680a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-22.04 steps: - run: apt-get update - # - run: apt-get install -yqq net-tools iproute2 + # - run: apt-get install -yqq fakeroot - name: Check out repository code uses: actions/checkout@v4 - - run: dpkg-buildpackage -b -rfakeroot -us -uc \ No newline at end of file + - run: dpkg-buildpackage -b -us -uc \ No newline at end of file