From 580b45c09938efb4805565d3f06d52faf0e21389 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 6 Oct 2021 19:37:27 +0200 Subject: [PATCH] Fix duplicate jobname --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c292b8585..a0f3a697f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -93,7 +93,7 @@ jobs: cmake -G "Ninja" -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DMSVC_STATIC_CRT=ON .. cmake --build . -- job: Windows_cmake_clang_cl +- job: Windows_clang_cl_flang pool: vmImage: 'windows-latest' steps: