aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTony-LunarG <tony@lunarg.com>2022-01-13 10:44:28 -0700
committerTony Barbour <tony@lunarg.com>2022-01-13 13:06:24 -0700
commit440848d05f8340ee5a3b9d5957f79dfa1426a5cf (patch)
tree1548a191aac076b7451f98be28c0f515588d7e65 /.github/workflows
parentd15ff77bda1ef895ea5cf23d19472b7442e878cb (diff)
downloadusermoji-440848d05f8340ee5a3b9d5957f79dfa1426a5cf.tar.xz
build: Add dependency on wayland-protocols
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4df3d444..44bb9bd4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
python-version: '3.7'
- run: |
sudo apt-get -qq update
- sudo apt install libxkbcommon-dev libwayland-dev libmirclient-dev libxrandr-dev libx11-xcb-dev
+ sudo apt install libxkbcommon-dev libwayland-dev libmirclient-dev libxrandr-dev libx11-xcb-dev wayland-protocols
- name: Fetch and install headers
run: python scripts/update_deps.py --dir external