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