Skip to content

Commit f6a6697

Browse files
committed
Remove LLVM install instructions
1 parent baf2663 commit f6a6697

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ jobs:
5050
- name: Checkout
5151
uses: actions/checkout@v4
5252

53-
- name: Configure LLVM
54-
if: matrix.config.compiler == 'clang'
55-
shell: pwsh
56-
run: |
57-
choco upgrade --no-progress llvm
58-
curl -fsSL -o "LLVM_VS2017.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v23.05/LLVM_VS2017.zip"
59-
7z x -y "LLVM_VS2017.zip" >NUL
60-
LLVM_VS2017\install.bat
61-
6253
- name: Install Vulkan SDK
6354
shell: pwsh
6455
run: |

0 commit comments

Comments
 (0)