Skip to content

Commit 05ff993

Browse files
committed
Windows-2025 should have winget. Upgrade LLVM to 20.1.5
1 parent adfb8b7 commit 05ff993

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/otel_sdk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ on:
1111
jobs:
1212
otel_sdk_build:
1313
name: build otel_sdk
14-
runs-on: windows-latest
14+
runs-on: windows-2025
1515
permissions:
1616
contents: write
1717
steps:
1818
- run: systeminfo
1919
- run: ls "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC"
2020
- run: Get-ChildItem env:* | Sort-Object -Property Name | Format-Table -AutoSize -Wrap
2121
- run: choco uninstall bazel --yes
22-
- uses: Cyberboss/install-winget@6f566e9e227561d5d31e45d65f9b777b3fa8f56f
22+
# - uses: Cyberboss/install-winget@6f566e9e227561d5d31e45d65f9b777b3fa8f56f
2323
- run: winget list --accept-source-agreements --disable-interactivity
2424
- 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
2626
- uses: actions/checkout@v4
2727
- uses: actions/cache/restore@v4
2828
with:

0 commit comments

Comments
 (0)