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