mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-14 16:58:34 +00:00
Remove LLVM install instructions
This commit is contained in:
parent
baf2663a43
commit
f6a6697164
1 changed files with 0 additions and 9 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue