Skip to content

Commit

Permalink
Added Wayland apt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NogginBops committed Jul 13, 2023
1 parent b8ee574 commit e1bf500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install X11 dependencies
run: |
sudo apt-get update
sudo apt-get install xorg-dev
sudo apt-get install xorg-dev libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit e1bf500

Please sign in to comment.