Fix build deps

This commit is contained in:
Jai A 2024-10-18 15:47:23 -07:00
parent c143929b69
commit 663ab83b08
No known key found for this signature in database
GPG Key ID: 9A9F9B7250E9883C

View File

@ -28,6 +28,11 @@ jobs:
path: target/**
key: ${{ runner.os }}-rust-cache
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: Build
run: cargo build