Skip to content

Commit

Permalink
Add test for Ubuntu ARM64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Jan 18, 2025
1 parent f8fda12 commit 513e2e3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ jobs:
qt:
tools-only-build: true
add-tools-to-path: false
- os: ubuntu-24.04-arm
qt:
version: "6.8.1"
requested: "6.8.1"
modules: qtwebengine qtpositioning qtwebchannel
specific-tools: tools_ifw


steps:
Expand Down Expand Up @@ -123,7 +129,7 @@ jobs:
dir: ${{ matrix.dir }}
modules: ${{ matrix.qt.modules }}
version: ${{ matrix.qt.requested }}
tools: tools_ifw tools_qtcreator,qt.tools.qtcreator
tools: ${{ matrix.qt.specific-tools || 'tools_ifw tools_qtcreator,qt.tools.qtcreator' }}
cache: ${{ matrix.cache == 'cached' }}

- name: Install Qt with options and specified aqtversion
Expand All @@ -134,7 +140,7 @@ jobs:
dir: ${{ matrix.dir }}
modules: ${{ matrix.qt.modules }}
version: ${{ matrix.qt.requested }}
tools: tools_ifw tools_qtcreator,qt.tools.qtcreator
tools: ${{ matrix.qt.specific-tools || 'tools_ifw tools_qtcreator,qt.tools.qtcreator' }}
cache: ${{ matrix.cache == 'cached' }}

- name: Test QT_ROOT_DIR
Expand Down

0 comments on commit 513e2e3

Please sign in to comment.