Skip to content

Commit

Permalink
add installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sfraczek committed Mar 6, 2024
1 parent c243fc2 commit 1139f0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libx11-dev libxext-dev libxft-dev libxinerama-dev libxcursor-dev libxrender-dev libxfixes-dev libpango1.0-dev
- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 1139f0c

Please sign in to comment.