Skip to content

Commit

Permalink
qt 6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
garywill committed Feb 25, 2024
1 parent 4e839c0 commit 516101e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build_cic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,18 @@ jobs:
run: |
sudo apt-get install -y cargo libvulkan-dev libxcb-xkb-dev libxkbcommon-dev libxkbcommon-x11-dev libxkbfile-dev
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.3.1'
aqtversion: '==3.1.*'
version: '6.6.2'
host: 'linux'
target: 'desktop'
# dir: ${{ github.workspace }}/qt/
modules: 'qtimageformats'
archives: " qttools qtsvg qtbase icu qttranslations qtdeclarative"
arch: 'gcc_64'
modules: 'qtimageformats'
setup-python: 'false'

- name: Show info after install Qt6
run: |
dpkg --list
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/make_appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.3.1'
aqtversion: '==3.1.*'
version: '6.6.2'
host: 'linux'
target: 'desktop'
# dir: ${{ github.workspace }}/qt/
modules: 'qtimageformats'
archives: " qttools qtsvg qtbase icu qttranslations qtdeclarative"
arch: 'gcc_64'
modules: 'qtimageformats'
setup-python: 'false'


Expand Down

0 comments on commit 516101e

Please sign in to comment.