Skip to content

Commit

Permalink
aqtinstall docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeffer committed Dec 27, 2023
1 parent 46ce820 commit 299a4a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }} \
Expand Down

0 comments on commit 299a4a3

Please sign in to comment.