fixing CI

This commit is contained in:
2026-01-28 13:50:18 +01:00
parent 51bae40c2d
commit 45e9320971
3 changed files with 14 additions and 2 deletions

View File

@@ -17,7 +17,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
@@ -40,7 +40,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

View File

@@ -3,6 +3,12 @@ name: Build
on:
push:
branches: [ "master" ]
paths-ignore:
- '.gitea/workflows/*.yml'
- '!.gitea/workflows/Build.yml'
- '.gitignore'
- 'LICENSE'
- 'README.md'
pull_request:
branches: [ "master" ]

View File

@@ -3,6 +3,12 @@ name: Test
on:
push:
branches: [ "master" ]
paths-ignore:
- '.gitea/workflows/*.yml'
- '!.gitea/workflows/Test.yml'
- '.gitignore'
- 'LICENSE'
- 'README.md'
pull_request:
branches: [ "master" ]