Skip to content

Commit

Permalink
Hardcode link
Browse files Browse the repository at this point in the history
  • Loading branch information
Palm1r committed Dec 2, 2024
1 parent bb91524 commit a6c1d16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,8 @@ jobs:
# uic depends on libicu*.so
if ("${{ runner.os }}" STREQUAL "Linux")
file(MAKE_DIRECTORY "${qt_version}/gcc_64/lib")
downloadAndExtract(
"${qt_base_url}/${qt_version}-0-${timestamp}icu-linux-Rhel8.6-x86_64.7z"
"https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_673/qt.qt6.673.linux_gcc_64/6.7.3-0-202409200836icu-linux-Rhel8.6-x86_64.7z"
"icu-linux-Rhel8.6-x86_64.7z"
)
endif()
Expand Down

0 comments on commit a6c1d16

Please sign in to comment.