diff --git a/.github/workflows/ubuntu-latest-icc.yml b/.github/workflows/ubuntu-latest-icc.yml index e150ac9..221061e 100644 --- a/.github/workflows/ubuntu-latest-icc.yml +++ b/.github/workflows/ubuntu-latest-icc.yml @@ -48,6 +48,12 @@ jobs: - name: Setup icc run: source script/ci_setup_icc.sh + - name: Test setup icc + run: echo $CXX + + - name: Test icc + run: dpcpp -v + - name: Install dependencies run: sudo script/ci_install_deps.sh