feat: changed default wivrn branch to release
Some checks are pending
/ cargo-fmtcheck (push) Waiting to run
/ cargo-clippy (push) Waiting to run
/ cargo-test (push) Waiting to run
/ appimage (push) Waiting to run

This commit is contained in:
Gabriele Musco 2024-08-18 12:18:11 +02:00
commit 96b15c05f0

View file

@ -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(),
};