diff --git a/.github/workflows/ubuntu-latest-icc.yml b/.github/workflows/ubuntu-latest-icc.yml index 9fa4c0f..97ce52a 100644 --- a/.github/workflows/ubuntu-latest-icc.yml +++ b/.github/workflows/ubuntu-latest-icc.yml @@ -16,12 +16,9 @@ on: - bugfix/** env: - LINUX_BASEKIT_URL: >- - https://registrationcenter-download.intel.com/akdlm/irc_nas/17431/ - l_BaseKit_p_2021.1.0.2659_offline.sh - LINUX_HPCKIT_URL: >- - https://registrationcenter-download.intel.com/akdlm/irc_nas/17427/ - l_HPCKit_p_2021.1.0.2684_offline.sh + LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/17431/l_BaseKit_p_2021.1.0.2659_offline.sh + LINUX_HPCKIT_URL: + https://registrationcenter-download.intel.com/akdlm/irc_nas/17427/l_HPCKit_p_2021.1.0.2684_offline.sh jobs: build_linux_cpp: