Skip to content

Commit

Permalink
Fix build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Oct 18, 2024
1 parent c143929 commit 663ab83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 663ab83

Please sign in to comment.