diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 9694362..7b52d15 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -20,7 +20,7 @@ jobs: - name: Install system dependencies run: | apt update - apt install -y libgl1 + apt install -y libgl1 libwayland-egl1 - name: Building run: zig build