Skip to content

Commit aa45c84

Browse files
committed
Stop manually downloading different version of llvm. Just use the one included in Visual Studio
1 parent 76eb09c commit aa45c84

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727

28-
- id: setup-llvm
29-
name: Set up LLVM (MSVC)
30-
uses: ./.github/actions/setup-llvm-msvc
31-
if: matrix.compiler == 'clang-cl'
32-
3328
- name: Download nuget
3429
run: |
3530
mkdir ".\.nuget"

0 commit comments

Comments
 (0)