mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-01 05:38:44 +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
|
branch: profile
|
||||||
.xrservice_branch
|
.xrservice_branch
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.unwrap_or(&"master".into())
|
.unwrap_or(&"release".into())
|
||||||
.clone(),
|
.clone(),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue