We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf2663 commit f6a6697Copy full SHA for f6a6697
.github/workflows/build.yml
@@ -50,15 +50,6 @@ jobs:
50
- name: Checkout
51
uses: actions/checkout@v4
52
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
-
62
- name: Install Vulkan SDK
63
shell: pwsh
64
run: |
0 commit comments