Skip to content

Commit

Permalink
ci: testing SDL on GA
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Jan 24, 2024
1 parent fb032f9 commit 131642e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ jobs:
libudev-dev \
libdrm-dev \
libpci-dev \
libunwind-dev
libunwind-dev \
libsdl2-dev \
${{ join(matrix.other_pkgs, ' ') }}
- name: Setup Rust
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 131642e

Please sign in to comment.