try icc win ci

This commit is contained in:
ado 2021-02-25 22:27:08 +01:00
parent 3cf5c56366
commit 8f357257c3

View File

@ -58,8 +58,8 @@ jobs:
- name: Configure
run: >-
cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug
-D CMAKE_CXX_COMPILER=dpcpp
cmake -DCMAKE_CXX_COMPILER=dpcpp -S test -B build
-DCMAKE_BUILD_TYPE=Debug
- name: Build
run: >-