From 906e7e798d7d82ecc6bc8eeb05f1dd9153f7f647 Mon Sep 17 00:00:00 2001 From: Alan Forbes Date: Thu, 3 Oct 2024 11:21:34 +0100 Subject: [PATCH] Add windows to llvm version comment --- .github/workflows/create_llvm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_llvm.yml b/.github/workflows/create_llvm.yml index 1d27e7004..0fa21e6aa 100644 --- a/.github/workflows/create_llvm.yml +++ b/.github/workflows/create_llvm.yml @@ -20,7 +20,7 @@ jobs: build_type: [Release, RelAssert] arch : [x86, x86_64, aarch64] exclude: - # Reduce the versions of llvm for aarch64 & x86 architectures, as + # Reduce the versions of llvm for aarch64 & x86 architectures and windows, as # well as any windows os variants to reduce cache usage. - arch: aarch64 version: 17