Skip to content

Commit

Permalink
test QT_ROOT_DIR explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
ddalcino committed Nov 11, 2024
1 parent 5d2d701 commit 2b105ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ jobs:
tools: tools_ifw tools_qtcreator,qt.tools.qtcreator
cache: ${{ matrix.cache == 'cached' }}

- name: Test QT_ROOT_DIR
if: ${{ matrix.qt.version }}
shell: bash
run: |
set -x
# Check that QT_ROOT_DIR contains a qmake of some kind
ls "${QT_ROOT_DIR}/bin/" | grep qmake
- name: Switch macOS Xcode version with older Qt versions
if: ${{ matrix.qt.version && (startsWith(matrix.os, 'macos-13') || startsWith(matrix.os, 'macos-14')) }}
shell: pwsh
Expand Down

0 comments on commit 2b105ee

Please sign in to comment.