Open
Conversation
… due to missing Intel libvpl LICENSE
Author
|
I’m not sure how to adjust the syntax to pass the check :(, but I’ve successfully generated releases in my forked repository! If anyone is interested in restoring the nightly build, I hope my work can be of any help. Feel free to check out the forked repo and use it as a reference :D! |
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
fix
cargo abouttool invocation errors.(in this pull request)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 issuesDownload the LICENSE file for libvpl as part of the nightly release pipeline, resolving missing file-related workflow errors.(alvr-org/ALVR-nightly#14)
Testing & 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