Fix duplicate jobname

This commit is contained in:
Martin Kroeker 2021-10-06 19:37:27 +02:00 committed by GitHub
parent d87450d133
commit 580b45c099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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