From 6a97ab0c02e9b1bcd3affd5bfe5a12f9f5d50aea Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 24 Feb 2021 21:39:40 +0100 Subject: [PATCH] try ubuntu icc pipeline --- .github/workflows/ubuntu-latest-icc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ubuntu-latest-icc.yml b/.github/workflows/ubuntu-latest-icc.yml index 9a3c678..cd56ac2 100644 --- a/.github/workflows/ubuntu-latest-icc.yml +++ b/.github/workflows/ubuntu-latest-icc.yml @@ -45,12 +45,12 @@ jobs: - name: Install icc run: script/ci_install_icc.sh $LINUX_HPCKIT_URL $LINUX_CPP_COMPONENTS_WEB - - name: Install dependencies - run: script/ci_install_deps.sh - - name: CMake run: echo "/host_usr_local/bin" >> $GITHUB_PATH + - name: Install dependencies + run: script/ci_install_deps.sh + - name: Configure run: source script/ci_setup_icc.sh && cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug