aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2022-10-10 17:52:23 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2022-10-14 12:57:52 +0000
commited87ff4529223d273ccc95658d15285aef0f3ba8 (patch)
treeda5f8a4e32c66f3f2ea3f886542d882601d9b75b /scripts
parent19a163316c3ef90222c1792e720a4c71277d6097 (diff)
Github actions: Update mingw
8.1 has a bug that we run into when compiling quickjs (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86048). Change-Id: I1df7e7f3e2e0d39f44d1c8636f74c3333167db0d Reviewed-by: Richard Weickelt <richard@weickelt.de> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install-qt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-qt.sh b/scripts/install-qt.sh
index 2cc895e07..417a708b0 100755
--- a/scripts/install-qt.sh
+++ b/scripts/install-qt.sh
@@ -261,7 +261,7 @@ function compute_url(){
echo "${BASE_URL}/${REMOTE_PATH}"
return 0
elif [[ "${COMPONENT}" =~ "mingw" ]]; then
- REMOTE_BASE="tools_mingw/qt.tools.${TOOLCHAIN}${VERSION//./}"
+ REMOTE_BASE="tools_mingw90/qt.tools.${TOOLCHAIN}${VERSION//./}"
REMOTE_PATH="$(${CURL} ${BASE_URL}/${REMOTE_BASE}/ | grep -o -E "[[:alnum:]_.\-]*7z" | grep -v "meta" | head -1)"
if [ ! -z "${REMOTE_PATH}" ]; then