6
0

v7.00-beta-3

This commit is contained in:
Jon Michael Aanes 2024-04-04 00:26:33 +02:00
parent 6d6eb41e5a
commit 50e1b81ece
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -37,4 +37,7 @@ jobs:
- name: Building game
run: fish ${{ github.workspace }}/assemble love
- name: Trying to start game
run: LIBGL_ALWAYS_SOFTWARE=1 love bin/love
run: |
export DISPLAY=:0
export LIBGL_ALWAYS_SOFTWARE=1
love bin/love