Fix duplicate jobname
This commit is contained in:
parent
d87450d133
commit
580b45c099
|
@ -93,7 +93,7 @@ jobs:
|
||||||
cmake -G "Ninja" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DMSVC_STATIC_CRT=ON ..
|
cmake -G "Ninja" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DMSVC_STATIC_CRT=ON ..
|
||||||
cmake --build .
|
cmake --build .
|
||||||
|
|
||||||
- job: Windows_cmake_clang_cl
|
- job: Windows_clang_cl_flang
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-latest'
|
vmImage: 'windows-latest'
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue