Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxyUwU committed Sep 2, 2024
1 parent f79a6cd commit 7a5c83f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bootstrap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1501,9 +1501,11 @@ Executed at: {executed_at}"#,
"refs/remotes/origin/{}..HEAD",
self.config.stage0_metadata.config.nightly_branch
))
.run_always()
.run_capture(self)
.stdout()
});
dbg!(&count);
let n = count.trim().parse().unwrap();
self.prerelease_version.set(Some(n));
n
Expand Down

0 comments on commit 7a5c83f

Please sign in to comment.