Skip to content

Commit

Permalink
add system packages to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tjira committed Nov 7, 2024
1 parent 9569912 commit 8fbc8da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install System Packages
run: sudo apt install libwayland-dev libxkbcommon-dev xorg-dev

- name: Install Python Packages
run: pip install typing-extensions

Expand Down

0 comments on commit 8fbc8da

Please sign in to comment.