diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d76c7ff3..f77dabfd 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -202,7 +202,7 @@ jobs: # NOTE: This job uses a fixed Qt version (set in the 'qt-version' key below)! # So, remember to keep it updated whenever a new Qt version is available on aqtinstall. appimage-aqtinstall: - name: AppImage (${{ matrix.build-type }}, Qt ${{ matrix.qt-version }}, ${{ matrix.container != '' && matrix.container || matrix.os }}) + name: AppImage (${{ matrix.build-type }}, Qt ${{ matrix.qt-version }}, ${{ matrix.image }}) runs-on: ${{ matrix.os }} container: image: ${{ matrix.image }} @@ -262,6 +262,11 @@ jobs: env: VERBOSE: 1 run: | + echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}" + echo "PKG_CONFIG_PATH=${PKG_CONFIG_PATH}" + echo "Qt6_DIR=${Qt6_DIR}" + echo "QT_PLUGIN_PATH=${QT_PLUGIN_PATH}" + echo "QML_IMPORT_PATH=${QML_IMPORT_PATH}" cmake --warn-uninitialized --warn-unused-vars \ -B build \ -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \