mirror of
https://github.com/red0124/ssp.git
synced 2025-02-02 16:51:12 +01:00
try icc win ci
This commit is contained in:
parent
3cf5c56366
commit
8f357257c3
4
.github/workflows/win-icc.yml
vendored
4
.github/workflows/win-icc.yml
vendored
@ -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: >-
|
||||
|
Loading…
Reference in New Issue
Block a user