Skip to content

Commit 21e2f3c

Browse files
committed
Add the install-winget action
1 parent aae2861 commit 21e2f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/otel_sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
steps:
1818
- run: systeminfo
1919
- run: Get-ChildItem env:* | Sort-Object -Property Name | Format-Table -AutoSize -Wrap
20+
- uses: Cyberboss/[email protected]
2021
- run: winget install bazelisk -r bazel
2122
- run: winget install -e LLVM.LLVM -v 19.1.0 || echo swalloing errors
2223
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)