From 7fcfb4aa96e90afb9712d1c9a6bb6fa12298d8ca Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 24 Feb 2021 20:30:04 +0100 Subject: [PATCH] try ubuntu icc pipeline --- .github/workflows/ubuntu-latest-icc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-latest-icc.yml b/.github/workflows/ubuntu-latest-icc.yml index 0aba776..e11242f 100644 --- a/.github/workflows/ubuntu-latest-icc.yml +++ b/.github/workflows/ubuntu-latest-icc.yml @@ -42,7 +42,7 @@ jobs: run: script/ci_install_icc.sh $LINUX_HPCKIT_URL $LINUX_CPP_COMPONENTS_WEB - name: Setup icc - run: source script/ci_setup_deps.sh + run: source script/ci_setup_icc.sh - name: Install dependencies run: sudo script/ci_install_deps.sh