fix(ci): add tauri Prerequisites

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
Rodney Osodo
2025-06-11 10:13:25 +03:00
parent 73157d1c6c
commit 22ba53e196
+14
View File
@@ -29,6 +29,20 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Prerequisites
run: |
sudo apt update
sudo apt install libwebkit2gtk-4.1-dev \
build-essential \
curl \
wget \
file \
libxdo-dev \
libssl-dev \
librsvg2-dev \
libappindicator3-dev \
patchelf
- name: Check formatting - name: Check formatting
run: cargo fmt --all -- --check run: cargo fmt --all -- --check