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

Commit

Permalink
install LLVm 16 before running dotnet-fuzzing-tools.ps1 (#3462)
Browse files Browse the repository at this point in the history
  • Loading branch information
chkeita authored Aug 28, 2023
1 parent ead63eb commit 34dc7e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,10 @@ jobs:
with:
# use global.json to install the correct version
global-json-file: global.json
- name: install llVM
run: |
choco install llvm --version 16.0.6
shell: powershell
- run: src/ci/dotnet-fuzzing-tools.ps1
shell: pwsh
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 34dc7e5

Please sign in to comment.