adding gcc13 to CI

This commit is contained in:
Kbz-8
2024-12-16 16:39:04 +01:00
parent 47f6bc73e9
commit 7d407fc6d1

View File

@@ -30,8 +30,9 @@ jobs:
- name: Install system dependencies
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update
sudo apt-get -y install mesa-common-dev libsdl2-2.0-0 libsdl2-dev build-essential libvulkan-dev
sudo apt-get -y install gcc-13 mesa-common-dev libsdl2-2.0-0 libsdl2-dev build-essential libvulkan-dev
# Build the lib
- name: Build MacroLibX