Skip to content

Commit

Permalink
update to qtcreator to 11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Aug 31, 2023
1 parent 9cfaf1f commit e335a03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_build.yml
Expand Up @@ -19,16 +19,16 @@ jobs:
qt_version: ['6.4.3', '6.5.2']
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"},
{version: "11.0.1", url: "https://github.com/qt-creator/qt-creator/releases/download/v11.0.1/qtcreator-linux-x64-11.0.1.7z"},
{version: "11.0.1-patched", url: "https://github.com/hicknhack-software/Qt-Creator/releases/download/v11.0.1-patched-qmljs/qtcreator-linux-x64-5827525735.7z"}
{version: "11.0.2", url: "https://github.com/qt-creator/qt-creator/releases/download/v11.0.2/qtcreator-linux-x64-11.0.2.7z"},
{version: "11.0.2-patched", url: "https://github.com/hicknhack-software/Qt-Creator/releases/download/v11.0.2-patched/qtcreator-linux-x64-5866008750.7z"}
]

include:
- distro: lunar
clang: {major: 16, source: 'apt'}
gcc: {major: 13, source: 'apt'}
qt_version: '6.5.2'
qtcreator: {version: "11.0.1-patched", url: "https://github.com/hicknhack-software/Qt-Creator/releases/download/v11.0.1-patched-qmljs/qtcreator-linux-x64-5827525735.7z"}
qtcreator: {version: "11.0.2-patched", url: "https://github.com/hicknhack-software/Qt-Creator/releases/download/v11.0.2-patched/qtcreator-linux-x64-5866008750.7z"}
clang_tags: |
arbmind/qtcreator-clang:latest
ghcr.io/arbmind/qtcreator-clang:latest
Expand Down

0 comments on commit e335a03

Please sign in to comment.