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 2f6adc0 commit 8757251Copy full SHA for 8757251
.github/workflows/otel_sdk.yml
@@ -11,11 +11,12 @@ on:
11
jobs:
12
otel_sdk_build:
13
name: build otel_sdk
14
- runs-on: windows-2025
+ runs-on: windows-latest
15
permissions:
16
contents: write
17
steps:
18
- run: systeminfo
19
+ - run: ls "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC"
20
- run: Get-ChildItem env:* | Sort-Object -Property Name | Format-Table -AutoSize -Wrap
21
- run: choco uninstall bazel --yes
22
- uses: Cyberboss/install-winget@6f566e9e227561d5d31e45d65f9b777b3fa8f56f
0 commit comments