We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86fc668 commit e5fd79eCopy full SHA for e5fd79e
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Install ubuntu deps
33
if: contains(matrix.os, 'ubuntu-20.04')
34
- run: sudo apt install mesa-common-dev libglu1-mesa-dev libegl1
+ run: sudo apt install mesa-common-dev libglu1-mesa-dev libegl1 libopengl-dev
35
36
- name: Install deps
37
run: npm install
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
node-version: '16.x'
16
17
if: contains(matrix.os, 'ubuntu')
18
19
20
21
- name: Build nodegui
0 commit comments