Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest Qt patch version and install-qt-action v4 in Qt6 Action #1841

Merged
merged 2 commits into from
Dec 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions .github/workflows/build_qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Qt6 Build Matrix
on: [push, pull_request, workflow_dispatch]

env:
QT_VERSION: 6.8.0
QT_VERSION: 6.8.1
# this is different from MACOSX_DEPLOYMENT_TARGET to prevent build problems
# we set MACOSX_DEPLOYMENT_TARGET later
MACOS_TARGET: 10.15
Expand Down Expand Up @@ -88,20 +88,9 @@ jobs:
path: avogadrolibs

- name: Install Qt
if: runner.os != 'Windows'
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{ env.QT_VERSION }}
aqtversion: '==3.1.*'

- name: Install Qt (Windows)
if: runner.os == 'Windows'
uses: jurplel/install-qt-action@v3
with:
version: ${{ env.QT_VERSION }}
aqtversion: '==3.1.*'
host: windows
arch: win64_msvc2022_64

- name: Configure MSVC Command Prompt
if: runner.os == 'Windows'
Expand Down
Loading