diff --git a/.github/workflows/ubuntu-latest-oneapi.yml b/.github/workflows/ubuntu-latest-oneapi.yml index bc64332be0..44dd38cb4d 100644 --- a/.github/workflows/ubuntu-latest-oneapi.yml +++ b/.github/workflows/ubuntu-latest-oneapi.yml @@ -41,7 +41,7 @@ jobs: - name: install oneAPI if: steps.cache-install.outputs.cache-hit != 'true' - run: ./.github/actions/install-oneapi/install_linux.sh $LINUX_BASEKIT_URL $LINUX_DPCPP_COMPONENTS_WEB + run: ./.github/actions/install-oneapi/install_linux.sh ${{ matrix.LINUX_BASEKIT_URL }} ${{ env.LINUX_DPCPP_COMPONENTS_WEB }} - name: exclude unused files from oneAPI cache if: steps.cache-install.outputs.cache-hit != 'true'