Skip to content

Commit

Permalink
update Qt 6.5.1 and official QtCreator
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed May 25, 2023
1 parent fa2ef51 commit 0dc9f3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_build.yml
Expand Up @@ -16,18 +16,18 @@ jobs:
gcc: [
{major: 13, source: 'apt'}
]
qt_version: ['6.4.3', '6.5.0']
qt_version: ['6.4.3', '6.5.1']
qtcreator: [
{version: "9.0.2-patched", url: "https://github.com/hicknhack-software/Qt-Creator/releases/download/v9.0.2-snapshot-2023-04-02/qtcreator-Linux-4590736396.7z"},
{version: "10.0.0", url: "https://github.com/qt-creator/qt-creator/releases/download/v10.0.0/qtcreator-linux-x64-10.0.0.7z"},
{version: "10.0.1", url: "https://github.com/qt-creator/qt-creator/releases/download/v10.0.1/qtcreator-linux-x64-10.0.1.7z"},
{version: "10.0.1-patched", url: "https://github.com/hicknhack-software/Qt-Creator/releases/download/v10.0.1-snapshot-2023-04-02/qtcreator-linux-x64-4589869247.7z"}
]

include:
- distro: lunar
clang: {major: 16, source: 'apt'}
gcc: {major: 13, source: 'apt'}
qt_version: '6.5.0'
qt_version: '6.5.1'
qtcreator: {version: "10.0.1-patched", url: "https://github.com/hicknhack-software/Qt-Creator/releases/download/v10.0.1-snapshot-2023-04-02/qtcreator-linux-x64-4589869247.7z"}
clang_tags: arbmind/qtcreator-clang:latest
clang_libstdcpp_tags: arbmind/qtcreator-clang-libstdcpp:latest
Expand Down

0 comments on commit 0dc9f3c

Please sign in to comment.