aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 408e32af..340bc7ea 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -75,4 +75,6 @@ jobs:
working-directory: ${{github.workspace}}/build/test
shell: bash
# Skipping tests for bass since no audio device
- run: QT_QPA_PLATFORM=offscreen ./test ~[bass] ~[noci]
+ run: |
+ ln -s ../../test/*.png .
+ QT_QPA_PLATFORM=offscreen ./test ~[bass] ~[noci]