Skip to content

Commit b7a4adf

Browse files
committed
Try wayland dev 2
1 parent 42feb1f commit b7a4adf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
- name: Install Modules
3737
run: npm ci
3838

39+
- name: Ubuntu Install Wayland
40+
if: matrix.os == 'ubuntu-22.04'
41+
run: sudo apt-get install -y libwayland-dev
42+
3943
- name: Build Current Binary
4044
run: npm run build
4145

0 commit comments

Comments
 (0)