diff --git a/.github/workflows/ubuntu-build.yml b/.github/workflows/ubuntu-build.yml index 1a216ae9..54f86d35 100644 --- a/.github/workflows/ubuntu-build.yml +++ b/.github/workflows/ubuntu-build.yml @@ -44,7 +44,10 @@ jobs: - name: Install Dependencies run: >- - bash installdeps; if [ "${{ matrix.build_compiler }}" = clang ]; then sudo apt -y install clang; fi + sudo add-apt-repository ppa:hrzhu/sdl3-backport + sudo apt update + bash installdeps + if [ "${{ matrix.build_compiler }}" = clang ]; then sudo apt -y install clang; fi - name: Install xvfb run: sudo apt -y install xvfb