fixing CI test
All checks were successful
Build / build (push) Successful in 4m49s
Test / build_and_test (push) Successful in 49m11s

This commit is contained in:
2026-01-28 12:37:42 +01:00
parent 1f8415f1b2
commit 51bae40c2d

View File

@@ -20,7 +20,7 @@ jobs:
- name: Install system dependencies
run: |
apt update
apt install -y libgl1 libwayland-egl1 libwayland-cursor0
apt install -y libgl1 libwayland-egl1 libwayland-cursor0 clang
- name: Building
run: zig build
@@ -46,7 +46,7 @@ jobs:
shell: bash
run: |
source $HOME/.cargo/env
cargo binstall dioxus-cli --no-confirm --force --version 0.7.2
cargo binstall dioxus-cli --no-confirm --force --version 0.7.3
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install deqp-runner