From 6cb9fd4da53a5d55ab99da8a41e7511b3ced33d8 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 8 Apr 2023 13:53:31 +0200 Subject: [PATCH] Update .cirrus.yml --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index e5d139d94..b1351baf0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -35,10 +35,10 @@ task: - make -windows_task: +task: name: Windows/LLVM16 windows_container: - image:cirrusci/windowsservercore:2019 + image: cirrusci/windowsservercore:2019 install_script: - choco install -y llvm - choco install -y cmake