From ddfc599db3d3fec859c27b3992e093ba885db4e3 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Thu, 12 Aug 2021 10:34:38 +0200 Subject: [PATCH] Add sudo to apt commands --- .github/workflows/build-majestic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 3de384fd3..9dca7b1ed 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -13,8 +13,8 @@ jobs: - name: Install build tools run: | - apt-get update - apt-get install -y \ + sudo apt-get update + sudo apt-get install -y \ autoconf \ automake \ autotools-dev \