From a29c17e2c3a824241d87f7a115c3fec28a1da908 Mon Sep 17 00:00:00 2001 From: Marcus Tillmanns Date: Fri, 6 Dec 2024 11:40:48 +0100 Subject: [PATCH] Wizards: Bump install-dev-package to v1.6 We were having issues with the download of the Qt Creator packages failing. The new version of the install-dev-package script has more error output that might help with tracking down the issue as it is intermittent. Change-Id: I677bbf893215a056bea96feecef9bcd241cf85d6 Reviewed-by: Eike Ziller --- .../wizards/qtcreatorplugin/github_workflows_build_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml b/share/qtcreator/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml index 820b399c113..eb86ce41b10 100644 --- a/share/qtcreator/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml +++ b/share/qtcreator/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml @@ -150,7 +150,7 @@ jobs: execute_process(COMMAND ${qt_dir}/bin/qmake -query) - name: Download Qt Creator - uses: qt-creator/install-dev-package@v1.2 + uses: qt-creator/install-dev-package@v1.6 with: version: ${{ env.QT_CREATOR_VERSION }} unzip-to: 'qtcreator'