Commit 6db16f9 1 parent 3b521f6 commit 6db16f9 Copy full SHA for 6db16f9
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
if : startsWith(matrix.platform.os, 'ubuntu')
60
60
run : |
61
61
sudo apt update
62
- sudo apt install gcc libxxf86vm-dev libosmesa6-dev libgles2-mesa-dev xvfb weston -y
62
+ sudo apt install gcc libxxf86vm-dev libosmesa6-dev libgles2-mesa-dev xvfb mutter pipx -y
63
+ pipx install git+https://gitlab.gnome.org/creiter/wayland-run
63
64
- name : Install rust
64
65
id : toolchain
65
66
uses : dtolnay/rust-toolchain@stable
72
73
- name : Test
73
74
if : ${{ matrix.platform.test && startsWith(matrix.platform.os, 'ubuntu') }}
74
75
run : |
75
- weston --no-config --socket=wl-test-env --backend=headless &
76
- WAYLAND_DISPLAY=wl-test-env xvfb-run cargo test --features "${{ matrix.features }}" --target ${{ matrix.platform.target }}
76
+ wayland-run cargo test --features "${{ matrix.features }}" --target ${{ matrix.platform.target }}
77
77
- name : Test
78
78
if : ${{ matrix.platform.test && !startsWith(matrix.platform.os, 'ubuntu') }}
79
79
run : |
You can’t perform that action at this time.
0 commit comments