We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64beee6 commit 42feb1fCopy full SHA for 42feb1f
.github/workflows/build.yml
@@ -66,9 +66,9 @@ jobs:
66
- name: Install Modules
67
run: npm ci
68
69
- - name: Fix Python
70
- if: matrix.os == 'macos-14'
71
- run: pip install setuptools
+ - name: Ubuntu Install Wayland
+ if: matrix.os == 'ubuntu-22.04'
+ run: sudo apt-get install -y libwayland-dev
72
73
- name: Build Current Binary
74
run: npm run build
.github/workflows/test.yml
@@ -36,10 +36,6 @@ jobs:
36
37
38
39
40
41
42
-
43
44
45
0 commit comments