Skip to content

Commit

Permalink
Install llvm tools in validate CI
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <[email protected]>
  • Loading branch information
alexandreLamarre committed Feb 5, 2025
1 parent 618855c commit 83ed8de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- uses : actions/setup-go@v5
with:
go-version: ">=1.23.0"
- name : Setup LLVM dependencies
run : |
sudo apt-get install clang-11 llvm-11
- name : Install mdatagen
run: |
git clone --depth 1 --branch v0.118.0 https://github.com/open-telemetry/opentelemetry-collector /tmp/opentelemetry-collector
Expand Down

0 comments on commit 83ed8de

Please sign in to comment.