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