From 47de47d1d9003d60db426db63255effd907e2660 Mon Sep 17 00:00:00 2001 From: classicrocker883 Date: Mon, 24 Feb 2025 18:33:27 -0500 Subject: [PATCH] fix runs-on ubuntu error --- .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