Skip to content

Commit 5883c1e

Browse files
committed
updated build on tauri requirements
1 parent b90eb03 commit 5883c1e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/linux-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
build-linux:
1515
name: Build Linux Packages
1616
runs-on: ubuntu-latest
17+
env:
18+
WEBKIT_DISABLE_DMABUF_RENDERER: 1
19+
WEBKIT_DISABLE_COMPOSITING_MODE: 1
1720

1821
steps:
1922
- name: Checkout repository

.github/workflows/windows-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
build-windows:
1515
name: Build Windows Packages
1616
runs-on: windows-latest
17+
env:
18+
WEBKIT_DISABLE_DMABUF_RENDERER: 1
19+
WEBKIT_DISABLE_COMPOSITING_MODE: 1
1720

1821
steps:
1922
- name: Checkout repository

0 commit comments

Comments
 (0)