From e8feea5c705de872f8076b1f5a7dbc23ed61d369 Mon Sep 17 00:00:00 2001 From: gitlost Date: Tue, 26 Jul 2022 03:15:54 +0100 Subject: [PATCH] github ci install mesa (for Qt) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af36fff2..a6befc54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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