From c5e43e6c011991884222b57818ad0c919c8bff15 Mon Sep 17 00:00:00 2001 From: Ishaan Desai Date: Tue, 16 Jan 2024 21:19:00 +0100 Subject: [PATCH] Update apt before trying to install sudo in the build CI --- .github/workflows/ubuntu_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ubuntu_build.yml b/.github/workflows/ubuntu_build.yml index 9af03e2..8c60df1 100644 --- a/.github/workflows/ubuntu_build.yml +++ b/.github/workflows/ubuntu_build.yml @@ -24,6 +24,7 @@ jobs: steps: - name: Update system run: | + apt-get -qq update apt-get -qq install sudo sudo apt update && sudo apt upgrade -y - uses: actions/checkout@v2