debugging CI

This commit is contained in:
Kbz-8
2023-10-19 20:44:40 +02:00
parent 281bf2dcd2
commit 4f8dbc794c
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,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 clang libsdl2-2.0-0 libsdl2-dev build-essential sudo apt-get -y install mesa-common-dev clang libsdl2-2.0-0 libsdl2-dev build-essential vulkan-utils libvulkan-dev
# Build the lib # Build the lib
- name: Build MacroLibX - name: Build MacroLibX

View File

@@ -38,7 +38,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 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 # Build the lib
- name: Build MacroLibX - name: Build MacroLibX