From de765e283b8c7b1e7c416187f934988d1ef3b860 Mon Sep 17 00:00:00 2001 From: Reion Wong Date: Tue, 31 Aug 2021 01:19:57 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f54895b..a71b4bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,11 +15,11 @@ jobs: - name: Checkout Source uses: actions/checkout@v2 - name: Update repository - run: sudo apt-get update -y + run: apt-get update -y - name: Install the basic dev packages - run: sudo apt-get install -y equivs curl git devscripts lintian build-essential automake autotools-dev cmake g++ + run: apt-get install -y equivs curl git devscripts lintian build-essential automake autotools-dev cmake g++ - name: Install build dependencies - run: sudo mk-build-deps -i -t "apt-get --yes" -r + run: mk-build-deps -i -t "apt-get --yes" -r - name: Build Package run: dpkg-buildpackage -b -uc -us -j$(nproc)