Skip to content

Commit

Permalink
Start adding CI dependencies for Pagebrowse
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed May 16, 2024
1 parent 666e065 commit 175b5de
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ jobs:

- uses: Swatinem/rust-cache@v2

- name: Pagebrowse dependencies
run: >-
sudo apt-get update &&
sudo apt-get install -y
libgtk-3-dev
libayatana-appindicator3-dev
libwebkit2gtk-4.0-dev
webkit2gtk-driver
xvfb
- name: Install pagebrowse manager
run: cargo install pagebrowse_manager --root .

Expand Down

0 comments on commit 175b5de

Please sign in to comment.