From de4c4c26eda950823f328601b662cd5dc34500b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=BCtzel?= Date: Sun, 10 Dec 2023 13:40:16 +0100 Subject: [PATCH] GitHub-CI (alpine): Test with software OpenGL --- .github/workflows/make.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/make.yaml b/.github/workflows/make.yaml index 5798805bd4..e87c161fad 100644 --- a/.github/workflows/make.yaml +++ b/.github/workflows/make.yaml @@ -174,6 +174,9 @@ jobs: # Use emulated shell as default shell: alpine.sh {0} + env: + LIBGL_ALWAYS_SOFTWARE: "1" + steps: - name: get CPU information shell: bash