Fix CI test with no backend
This commit is contained in:
parent
680ab9d633
commit
4715283b24
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -27,6 +27,6 @@ jobs:
|
|||
run: cargo check --no-default-features --features=x11
|
||||
- name: Build wayland
|
||||
run: cargo check --no-default-features --features=wayland
|
||||
- name: Build no-x11-wayland
|
||||
run: cargo check --no-default-features --features=no-x11-wayland
|
||||
- name: Build no-backend
|
||||
run: cargo check --no-default-features
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue