From ce9b781c34e0578cf380f5c52d566050a3222fc0 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Mon, 27 Mar 2023 17:38:31 +1100 Subject: [PATCH] Update testbuild.yaml (#2356) * Update image before attempting to install anything --- .github/workflows/testbuild.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/testbuild.yaml b/.github/workflows/testbuild.yaml index 708a135e..bec5f833 100644 --- a/.github/workflows/testbuild.yaml +++ b/.github/workflows/testbuild.yaml @@ -18,6 +18,9 @@ jobs: submodules: recursive fetch-depth: 0 + - name: Update Image + run: sudo apt-get update -y + - name: Install build-essential run: sudo apt install -y build-essential