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: >-