Skip to content

Commit

Permalink
chore: add xcap libs for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
baxen committed Nov 25, 2024
1 parent c0e44fd commit b8571a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Install Libs
run: |
sudo apt-get install libxcb1 libxrandr2 libdbus-1-3
- name: Install UV
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
Expand Down

0 comments on commit b8571a8

Please sign in to comment.