Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov authored May 14, 2024
1 parent 2114a49 commit 28da513
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,27 @@ jobs:
os-name: windows
qt-version: '5.12'
mingw-short-version: 73
qt5-extra-archives: 'qtmultimedia qtimageformats qtwinextras opengl32sw i686'
qt-extra-archives: 'qtmultimedia qtimageformats qtwinextras opengl32sw i686'

- os: ubuntu-latest
os-name: linux
qt-version: '5.12'
qt5-extra-archives: 'qtmultimedia qtimageformats qtx11extras icu'
qt-extra-archives: 'qtmultimedia qtimageformats qtx11extras icu'

- os: ubuntu-latest
os-name: linux
qt-version: '5.15'
qt5-extra-archives: 'qtmultimedia qtimageformats qtx11extras icu'
qt-extra-archives: 'qtmultimedia qtimageformats qtx11extras icu'

- os: macos-12
os-name: mac
qt-version: '5.12'
qt5-extra-archives: 'qtmultimedia qtimageformats qtmacextras'
qt-extra-archives: 'qtmultimedia qtimageformats qtmacextras'

- os: ubuntu-latest
os-name: linux
qt-version: '6.5'
qt-extra-archives: 'icu'

defaults:
run:
Expand All @@ -54,7 +55,7 @@ jobs:
modules: ${{format('{0}', (startsWith(matrix.qt-version, '6') && ' qt5compat qtmultimedia qtimageformats' || ''))}}
arch: ${{ matrix.mingw-short-version != '' && format('win32_mingw{0}', matrix.mingw-short-version) || '' }}
tools: ${{ matrix.mingw-short-version != '' && format('tools_mingw,qt.tools.win32_mingw{0}0', matrix.mingw-short-version) || '' }}
archives: ${{ format('qttools qtsvg qtbase qttranslations {0}', matrix.qt5-extra-archives) }}
archives: ${{ format('qttools qtsvg qtbase qttranslations {0}', matrix.qt-extra-archives) }}
add-tools-to-path: true
# cache: true

Expand Down

0 comments on commit 28da513

Please sign in to comment.