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 - name: Configure
run: >- run: >-
cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug cmake -DCMAKE_CXX_COMPILER=dpcpp -S test -B build
-D CMAKE_CXX_COMPILER=dpcpp -DCMAKE_BUILD_TYPE=Debug
- name: Build - name: Build
run: >- run: >-