Add env variable to indicate no screen
This commit is contained in:
parent
608d6dff61
commit
ed7863f2fc
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -75,4 +75,4 @@ jobs:
|
||||
working-directory: ${{github.workspace}}/build/test
|
||||
shell: bash
|
||||
# Skipping tests for bass since no audio device
|
||||
run: ./test ~[bass]
|
||||
run: QT_QPA_PLATFORM=offscreen ./test ~[bass]
|
||||
|
Loading…
Reference in New Issue
Block a user