mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-30 20:58:45 +00:00
feat: changed default wivrn branch to release
This commit is contained in:
parent
be6c9b3abe
commit
96b15c05f0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ pub fn get_build_wivrn_jobs(profile: &Profile, clean_build: bool) -> VecDeque<Wo
|
|||
branch: profile
|
||||
.xrservice_branch
|
||||
.as_ref()
|
||||
.unwrap_or(&"master".into())
|
||||
.unwrap_or(&"release".into())
|
||||
.clone(),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue