diff --git a/.github/workflows/linux_gcc.yml b/.github/workflows/linux_gcc.yml index 35e0348..72dea2b 100644 --- a/.github/workflows/linux_gcc.yml +++ b/.github/workflows/linux_gcc.yml @@ -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