Install full Tauri 2 Linux deps (webkit4.1 + soup3 + xdo)
This commit is contained in:
@@ -78,7 +78,14 @@ jobs:
|
|||||||
- name: Install system deps
|
- name: Install system deps
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y curl libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
|
apt-get install -y \
|
||||||
|
curl wget file \
|
||||||
|
libwebkit2gtk-4.1-dev \
|
||||||
|
libssl-dev \
|
||||||
|
libxdo-dev \
|
||||||
|
libayatana-appindicator3-dev \
|
||||||
|
librsvg2-dev \
|
||||||
|
patchelf
|
||||||
|
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user