From 131642e7e093f109ead52c6fc6f07ef9e247481c Mon Sep 17 00:00:00 2001 From: ABeltramo Date: Wed, 24 Jan 2024 17:08:06 +0000 Subject: [PATCH] ci: testing SDL on GA --- .github/workflows/linux-build-test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-build-test.yml b/.github/workflows/linux-build-test.yml index 8505cad3..add2a98d 100644 --- a/.github/workflows/linux-build-test.yml +++ b/.github/workflows/linux-build-test.yml @@ -120,7 +120,8 @@ jobs: libudev-dev \ libdrm-dev \ libpci-dev \ - libunwind-dev + libunwind-dev \ + libsdl2-dev \ ${{ join(matrix.other_pkgs, ' ') }} - name: Setup Rust @@ -156,7 +157,7 @@ jobs: -DLINK_RUST_WAYLAND=ON \ -DTEST_RUST_WAYLAND=OFF \ -DTEST_NVIDIA=OFF \ - -DTEST_SDL=OFF \ + -DTEST_SDL=ON \ -G Ninja - name: Build tests + lib