We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a4adf commit fe35fdbCopy full SHA for fe35fdb
.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Ubuntu Install Wayland
70
if: matrix.os == 'ubuntu-22.04'
71
- run: sudo apt-get install -y libwayland-dev
+ run: sudo apt-get install -y libwayland-dev libgles2-mesa-dev
72
73
- name: Build Current Binary
74
run: npm run build
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
0 commit comments