From f6a66971649cdae667d2f74bce6c9017f9672ed2 Mon Sep 17 00:00:00 2001
From: Johannes Schneider <IAmNotHanni@users.noreply.github.com>
Date: Fri, 28 Mar 2025 13:19:25 +0100
Subject: [PATCH] Remove LLVM install instructions

---
 .github/workflows/build.yml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0ec99ab..c2fbf52 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -50,15 +50,6 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v4
 
-      - name: Configure LLVM
-        if: matrix.config.compiler == 'clang'
-        shell: pwsh
-        run: |
-          choco upgrade --no-progress llvm
-          curl -fsSL -o "LLVM_VS2017.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v23.05/LLVM_VS2017.zip"
-          7z x -y "LLVM_VS2017.zip" >NUL
-          LLVM_VS2017\install.bat
-
       - name: Install Vulkan SDK
         shell: pwsh
         run: |