File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
otel_sdk_build :
13
13
name : build otel_sdk
14
- runs-on : windows-latest
14
+ runs-on : windows-2025
15
15
permissions :
16
16
contents : write
17
17
steps :
18
18
- run : systeminfo
19
19
- run : ls "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC"
20
20
- run : Get-ChildItem env:* | Sort-Object -Property Name | Format-Table -AutoSize -Wrap
21
21
- run : choco uninstall bazel --yes
22
- - uses : Cyberboss/install-winget@6f566e9e227561d5d31e45d65f9b777b3fa8f56f
22
+ # - uses: Cyberboss/install-winget@6f566e9e227561d5d31e45d65f9b777b3fa8f56f
23
23
- run : winget list --accept-source-agreements --disable-interactivity
24
24
- run : winget install bazelisk -r bazel --accept-package-agreements --disable-interactivity --silent
25
- - run : winget install -e LLVM.LLVM -v 20.1.4 --accept-package-agreements --disable-interactivity --silent || echo swalloing errors
25
+ - run : winget install -e LLVM.LLVM -v 20.1.5 --accept-package-agreements --disable-interactivity --silent || echo swalloing errors
26
26
- uses : actions/checkout@v4
27
27
- uses : actions/cache/restore@v4
28
28
with :
You can’t perform that action at this time.
0 commit comments