We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1dff5 commit 5c9a43cCopy full SHA for 5c9a43c
.github/workflows/otel_sdk.yml
@@ -25,6 +25,7 @@ jobs:
25
- run: systeminfo
26
- run: ls "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC"
27
- run: Get-ChildItem env:* | Sort-Object -Property Name | Format-Table -AutoSize -Wrap
28
+ - run: choco list --local-only --verbose
29
- run: choco uninstall bazel --yes
30
- run: cmd /c "dir c:\ || echo swallowing errors"
31
- run: cmd /c "dir d:\ || echo swallowing errors"
0 commit comments