fixing unit tests CI

This commit is contained in:
2025-09-24 10:57:29 +02:00
parent e7baccb6cc
commit d2057e3108

View File

@@ -28,7 +28,7 @@ jobs:
- name: Install system dependencies - name: Install system dependencies
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get -y install mesa-common-dev build-essential libvulkan-dev sudo apt-get -y install mesa-common-dev libsdl2-2.0-0 libsdl2-dev build-essential libvulkan-dev
# Build the lib # Build the lib
- name: Build MacroLibX - name: Build MacroLibX