Skip to content

Commit

Permalink
Log wpe pkgconf files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr committed Apr 5, 2024
1 parent 4120100 commit 2065608
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- name: Dependencies
run: |
sudo apt-get update
sudo apt-get install libwpe-1.0-1 libwpebackend-fdo-1.0-1 libwpewebkit-1.0-3
sudo apt-get install libwpe-1.0-dev libwpebackend-fdo-1.0-dev libwpewebkit-1.0-dev
sudo find /usr/ -iname "*.pc"
- uses: actions/checkout@v2
- name: Stable
run: cargo test
Expand Down

0 comments on commit 2065608

Please sign in to comment.