fixing unit tests CI

This commit is contained in:
Kbz-8
2025-09-24 10:56:22 +02:00
parent baf5a963f3
commit 6766777dca

View File

@@ -25,6 +25,11 @@ jobs:
- uses: NcStudios/VulkanCI@v1.0 - uses: NcStudios/VulkanCI@v1.0
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get -y install mesa-common-dev build-essential libvulkan-dev
# Build the lib # Build the lib
- name: Build MacroLibX - name: Build MacroLibX
run: make -j DEBUG=true run: make -j DEBUG=true