From 4e1321b491cf6253a3f2851326cc51c73780234e Mon Sep 17 00:00:00 2001 From: ado Date: Thu, 25 Feb 2021 21:06:11 +0100 Subject: [PATCH] try icc win ci --- .github/workflows/win-icc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/win-icc.yml b/.github/workflows/win-icc.yml index 733e7ec..bfbfb69 100644 --- a/.github/workflows/win-icc.yml +++ b/.github/workflows/win-icc.yml @@ -1,4 +1,4 @@ -name: ubuntu-latest-icc-ci +name: win-icc-ci on: push: @@ -40,7 +40,7 @@ jobs: key: install-${{ env.WINDOWS_HPCKIT_URL }}-${{ env.WINDOWS_CPP_COMPONENTS }}-compiler-${{ hashFiles('**/script/cache_exclude_windows.sh') }} - name: Install icc - run: script/install_windows.bat $WINDOWS_HPCKIT_URL $WINDOWS_CPP_COMPONENTS + run: script/ci_install_icc.bat $WINDOWS_HPCKIT_URL $WINDOWS_CPP_COMPONENTS - name: CMake run: echo "/host_usr_local/bin" >> $GITHUB_PATH