diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-07 03:28:07 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | ed7863f2fce7c629ee79ab13df302acbf8ac0a3a (patch) | |
| tree | 1af4601f08f9b8f4b2b2b4807dfc6f2d1ddcebff /.github/workflows | |
| parent | 608d6dff61ba55fb29e21fde5e1d2b6b63479901 (diff) | |
Add env variable to indicate no screen
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cmake.yml | 2 |
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] |
