debugging CI

This commit is contained in:
2023-10-19 20:44:40 +02:00
parent b0968adf1c
commit 426da22b52
2 changed files with 2 additions and 2 deletions

View File

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