From 072b90d105ef2c819cbc83b6941f0e78c7862863 Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Fri, 28 Feb 2025 18:57:40 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20Simulator=20CI=20build=20(?= =?UTF-8?q?#27712)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-build-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-build-tests.yml b/.github/workflows/ci-build-tests.yml index afe9292c19..3dabf82f46 100644 --- a/.github/workflows/ci-build-tests.yml +++ b/.github/workflows/ci-build-tests.yml @@ -188,6 +188,7 @@ jobs: - name: Install Simulator dependencies run: | + sudo apt-get update sudo apt-get install build-essential sudo apt-get install libsdl2-dev sudo apt-get install libsdl2-net-dev