From dabc78419fa22c2571b25287c49cc72bd0938633 Mon Sep 17 00:00:00 2001
From: Nic Barker <contact+github@nicbarker.com>
Date: Sun, 2 Feb 2025 14:48:38 +1300
Subject: [PATCH] Github workflow update

---
 .github/workflows/cmake-multi-platform.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml
index 9d13830..59b252b 100644
--- a/.github/workflows/cmake-multi-platform.yml
+++ b/.github/workflows/cmake-multi-platform.yml
@@ -62,7 +62,8 @@ jobs:
 
     - name: Install Dependencies
       if: runner.os == 'Linux'
-      run: | 
+      run: |
+        DEBIAN_FRONTEND=noninteractive sudo apt-get update -y
         DEBIAN_FRONTEND=noninteractive sudo apt-get install -y git
         DEBIAN_FRONTEND=noninteractive sudo apt-get install -y libwayland-dev
         DEBIAN_FRONTEND=noninteractive sudo apt-get install -y pkg-config