github ci install mesa (for Qt)

This commit is contained in:
gitlost 2022-07-26 03:15:54 +01:00
parent 767740e1f8
commit e8feea5c70

View File

@ -27,6 +27,9 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
- name: Install mesa (for Qt)
run: sudo apt install mesa-common-dev libglu1-mesa-dev
- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
# We'll use this as our working directory for all subsequent commands