diff --git a/.github/workflows/ubuntu-latest-icc.yml b/.github/workflows/ubuntu-latest-icc.yml index 8e40ee3..fe8e2a6 100644 --- a/.github/workflows/ubuntu-latest-icc.yml +++ b/.github/workflows/ubuntu-latest-icc.yml @@ -55,6 +55,12 @@ jobs: - name: Setup icc run: source script/ci_setup_icc.sh + - name: Test compiler + run: echo $CXX + + - name: Set compiler + run: CXX=dpcpp + - name: Configure run: cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug