Skip to content

Commit

Permalink
ci: update Qt version in GitHub Actions workflow
Browse files Browse the repository at this point in the history
- Updated the `install-qt-action` to version `v4` in the GitHub Actions
  workflow.
- Changed the Qt version from `6.6.2` to `6.7.1` for the build process.

Signed-off-by: Huang Rui <[email protected]>
  • Loading branch information
vowstar committed Jun 14, 2024
1 parent 2a76def commit 1f96d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
p7zip-full
python3-py7zr
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: '6.6.2'
version: '6.7.1'
host: 'linux'
target: 'desktop'
arch: 'gcc_64'
Expand Down

0 comments on commit 1f96d8e

Please sign in to comment.