aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-07 03:28:07 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 11:05:42 -0600
commited7863f2fce7c629ee79ab13df302acbf8ac0a3a (patch)
tree1af4601f08f9b8f4b2b2b4807dfc6f2d1ddcebff /.github/workflows
parent608d6dff61ba55fb29e21fde5e1d2b6b63479901 (diff)
Add env variable to indicate no screen
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index adff7bc9..5573453a 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -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]