From 3fd19097cd4c846015bebdc49caec323aaa81340 Mon Sep 17 00:00:00 2001 From: Sabian Roberts <31491602+sabianroberts@users.noreply.github.com> Date: Fri, 6 Oct 2023 12:56:20 +0100 Subject: [PATCH] Update linux.yml --- .github/workflows/linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a0a2ad4b..b0374713 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -15,6 +15,8 @@ jobs: - uses: actions/checkout@v2 - name: Install required build packages run: | + sudo apt-get update + sudo apt-get update --fix-missing sudo apt install build-essential sudo apt install gcc sudo apt install clang