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