fix runs-on ubuntu error

This commit is contained in:
classicrocker883 2025-02-24 18:33:27 -05:00
parent ac812e3d6f
commit 47de47d1d9

View file

@ -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