Skip to content

Commit 890fcaf

Browse files
committed
Use latest Qt
1 parent e099f0a commit 890fcaf

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
brew install ninja || true
4848
4949
# Qt
50-
- name: Install Qt 6.10.1
50+
- name: Install Qt 6.10.2
5151
uses: jurplel/install-qt-action@v4
5252
with:
53-
version: '6.10.1'
53+
version: '6.10.2'
5454
host: ${{ matrix.qt_host }}
5555
target: desktop
5656
arch: ${{ matrix.qt_arch }}
@@ -83,9 +83,6 @@ jobs:
8383
path: |
8484
build-Release/${{ github.event.repository.name }}-*.deb
8585
build-Release/${{ github.event.repository.name }}-*.rpm
86-
build-Release/${{ github.event.repository.name }}-*.sh
87-
build-Release/${{ github.event.repository.name }}-*.run
88-
build-Release/${{ github.event.repository.name }}-*.zip
8986
build-Release/${{ github.event.repository.name }}-*.tar.gz
9087
build-Release/${{ github.event.repository.name }}-*.dmg
9188
if-no-files-found: error

0 commit comments

Comments
 (0)