fixing CI
All checks were successful
Build / build (push) Successful in 1m48s
Test / build_and_test (push) Successful in 40m6s

This commit is contained in:
2026-01-31 01:46:06 +01:00
parent faea4fae49
commit 12a5902cb9
3 changed files with 4 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- name: Install system dependencies
run: |
apt update
apt install -y libgl1 libwayland-egl1 libwayland-cursor0 clang
apt install -y libgl1 libwayland-egl1 libwayland-cursor0 clang libwayland-server0
- name: Building
run: zig build
@@ -61,7 +61,7 @@ jobs:
which deqp-runner && deqp-runner --version || echo "deqp-runner not found"
- name: Run Vulkan CTS
run: zig build cts-soft
run: zig build cts-soft -- -j4
continue-on-error: true
- name: Verify tests