Skip to content

Commit 8757251

Browse files
committed
list things
1 parent 2f6adc0 commit 8757251

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/otel_sdk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ on:
1111
jobs:
1212
otel_sdk_build:
1313
name: build otel_sdk
14-
runs-on: windows-2025
14+
runs-on: windows-latest
1515
permissions:
1616
contents: write
1717
steps:
1818
- run: systeminfo
19+
- run: ls "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC"
1920
- run: Get-ChildItem env:* | Sort-Object -Property Name | Format-Table -AutoSize -Wrap
2021
- run: choco uninstall bazel --yes
2122
- uses: Cyberboss/install-winget@6f566e9e227561d5d31e45d65f9b777b3fa8f56f

0 commit comments

Comments
 (0)