From 43101288ef1378f669e8081a98376223f045562a Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 24 Feb 2021 22:12:32 +0100 Subject: [PATCH] try ubuntu icc pipeline --- .github/workflows/ubuntu-latest-icc.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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: