diff options
| author | Charles Giessen <charles@lunarg.com> | 2023-04-06 13:27:22 -0600 |
|---|---|---|
| committer | Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> | 2023-04-06 17:27:48 -0600 |
| commit | 6b0935cecee90ae9c6b42c43f663e793c68fc67d (patch) | |
| tree | 56669595c4d29b7f75d2c6d977199006ec488613 | |
| parent | 57fa9d65733902afa09719b281999ffe87229802 (diff) | |
| download | usermoji-6b0935cecee90ae9c6b42c43f663e793c68fc67d.tar.xz | |
ci: Remove dependency on libmirclient-dev
This package was removed in Ubuntu 22
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 198a2aa7..67f2d62a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,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 wayland-protocols + sudo apt install libxkbcommon-dev libwayland-dev libxrandr-dev libx11-xcb-dev wayland-protocols - name: Fetch and install headers run: python scripts/update_deps.py --dir external |
