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 b90eb03 commit 5883c1eCopy full SHA for 5883c1e
.github/workflows/linux-release.yml
@@ -14,6 +14,9 @@ jobs:
14
build-linux:
15
name: Build Linux Packages
16
runs-on: ubuntu-latest
17
+ env:
18
+ WEBKIT_DISABLE_DMABUF_RENDERER: 1
19
+ WEBKIT_DISABLE_COMPOSITING_MODE: 1
20
21
steps:
22
- name: Checkout repository
.github/workflows/windows-release.yml
build-windows:
name: Build Windows Packages
runs-on: windows-latest
0 commit comments