forked from open-telemetry/opentelemetry-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
2,957 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,9 @@ jobs: | |
- run: systeminfo | ||
- run: Get-ChildItem env:* | Sort-Object -Property Name | Format-Table -AutoSize -Wrap | ||
- uses: Cyberboss/[email protected] | ||
- run: winget list --accept-source-agreements --disable-interactivity | ||
- run: winget install bazelisk -r bazel --accept-package-agreements --disable-interactivity | ||
- run: winget install -e LLVM.LLVM -v 19.1.0 --accept-package-agreements --disable-interactivity || echo swalloing errors | ||
- run: winget list --accept-source-agreements --disable-interactivity --silent | ||
- run: winget install bazelisk -r bazel --accept-package-agreements --disable-interactivity --silent | ||
- run: winget install -e LLVM.LLVM -v 19.1.0 --accept-package-agreements --disable-interactivity --silent || echo swalloing errors | ||
- uses: actions/checkout@v4 | ||
- uses: actions/cache/restore@v4 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.