try icc win ci

This commit is contained in:
ado 2021-02-25 22:13:54 +01:00
parent 96a79ba9c8
commit 3cf5c56366

View File

@ -59,7 +59,7 @@ jobs:
- name: Configure
run: >-
cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug
-G "dpcpp generator" -D CMAKE_CXX_COMPILER=dpcpp
-D CMAKE_CXX_COMPILER=dpcpp
- name: Build
run: >-