Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 07a75c0

Browse files
chkeitaAdamL-Microsoft
authored andcommitted
install LLVm 16 before running dotnet-fuzzing-tools.ps1 (#3462)
1 parent 3b7b62d commit 07a75c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,10 @@ jobs:
375375
with:
376376
# use global.json to install the correct version
377377
global-json-file: global.json
378+
- name: install llVM
379+
run: |
380+
choco install llvm --version 16.0.6
381+
shell: powershell
378382
- run: src/ci/dotnet-fuzzing-tools.ps1
379383
shell: pwsh
380384
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)