Open
Conversation
…uild_windows_streamer and build_windows_launcher processes
This was referenced Mar 1, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix nightly release workflow failure & add libvpl LICENSE download
Description
This PR addresses the persistent failures in the nightly release workflow starting from the run linked below:
https://github.com/alvr-org/ALVR-nightly/actions/runs/20474199147
(Release nightly #1995: Scheduled, Dec 24, 2025, 7:47 AM GMT+8)
Key Changes
cargo abouttool invocation errors.(fix: nightly release build failures ALVR#3216)2026-02-26 0:20:30.5227682 +00:00:00 [ERROR] cargo-about should not redirect its output in powershell, please use the -o, --output-file option to redirect to a file to avoid powershell encoding issuesTesting & Validation
After implementing these changes:
Additional Notes
I’ve verified end-to-end functionality to ensure no regressions in core ALVR features.
Thank you for reviewing this PR! Please let me know if any additional adjustments or tests are needed to get this merged.
Best regards,
Zhaosn