v7.00-beta-3
This commit is contained in:
parent
6d6eb41e5a
commit
50e1b81ece
|
@ -37,4 +37,7 @@ jobs:
|
||||||
- name: Building game
|
- name: Building game
|
||||||
run: fish ${{ github.workspace }}/assemble love
|
run: fish ${{ github.workspace }}/assemble love
|
||||||
- name: Trying to start game
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user