Skip to content

Commit 6ee047e

Browse files
committed
remove winget/llvm from otel_sdk.yml as newer windows 2022 runner image comes with it
1 parent c6d6cb0 commit 6ee047e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/otel_sdk.yml

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
steps:
1818
- run: systeminfo
1919
- run: Get-ChildItem env:* | Sort-Object -Property Name | Format-Table -AutoSize -Wrap
20-
- uses: Cyberboss/install-winget@v1
21-
- run: winget install LLVM.LLVM --version 18.1.8 --silent --accept-package-agreements --accept-source-agreements
2220
- uses: actions/checkout@v4
2321
- uses: actions/cache/restore@v4
2422
with:

0 commit comments

Comments
 (0)