From 8f357257c3dd3955b2c7e49de7eb0a1d45eda8e0 Mon Sep 17 00:00:00 2001 From: ado Date: Thu, 25 Feb 2021 22:27:08 +0100 Subject: [PATCH] try icc win ci --- .github/workflows/win-icc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/win-icc.yml b/.github/workflows/win-icc.yml index 5fd50b1..f974dd5 100644 --- a/.github/workflows/win-icc.yml +++ b/.github/workflows/win-icc.yml @@ -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: >-