From a949bf5aceee9e7500ad5c215147c17c952f9400 Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 24 Feb 2021 18:09:13 +0100 Subject: [PATCH] try ubuntu icc pipeline --- .github/workflows/ubuntu-latest-icc.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu-latest-icc.yml b/.github/workflows/ubuntu-latest-icc.yml index b5212fd..fd14373 100644 --- a/.github/workflows/ubuntu-latest-icc.yml +++ b/.github/workflows/ubuntu-latest-icc.yml @@ -25,12 +25,13 @@ jobs: defaults: run: shell: bash - steps: - - uses: actions/checkout@v2 env: CXX: dpcpp + steps: + - uses: actions/checkout@v2 + - name: cache install id: cache-install uses: actions/cache@v2