Skip to content

Commit

Permalink
Add libxkbcommon-dev to CI needed for wayland support
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Jul 29, 2024
1 parent ea207f6 commit 23eb078
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/setup-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- run: sudo apt-get update
- run: sudo apt-get install -y protobuf-compiler

# needed for wayland
- run: sudo apt-get install -y libxkbcommon-dev

- uses: actions/checkout@v4
- run: git pull
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 23eb078

Please sign in to comment.