add display to build command

This commit is contained in:
Vogel, Rick 2024-01-22 13:45:33 +01:00 committed by uwerat
parent d669e6141d
commit c39146eecd

View File

@ -446,6 +446,8 @@ jobs:
-DQSkinny_DIR:PATH=$GITHUB_WORKSPACE/qskinny_install/lib/cmake/QSkinny
- name: Build ( CMake Integration Test )
env:
DISPLAY: ":1"
shell: bash
run: cmake --build qskinny_build_test --config ${{ matrix.config.build_type }}