diff --git a/.github/workflows/ubuntu-latest-icc.yml b/.github/workflows/ubuntu-latest-icc.yml index fe8e2a6..40b9ab1 100644 --- a/.github/workflows/ubuntu-latest-icc.yml +++ b/.github/workflows/ubuntu-latest-icc.yml @@ -61,6 +61,9 @@ jobs: - name: Set compiler run: CXX=dpcpp + - name: Set compiler + run: dpcpp -v + - name: Configure run: cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug