Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 858281a

Browse files
committedSep 2, 2024·
fix bootstrap
1 parent f79a6cd commit 858281a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/bootstrap/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,6 +1501,7 @@ Executed at: {executed_at}"#,
15011501
"refs/remotes/origin/{}..HEAD",
15021502
self.config.stage0_metadata.config.nightly_branch
15031503
))
1504+
.run_always()
15041505
.run_capture(self)
15051506
.stdout()
15061507
});

0 commit comments

Comments
 (0)
Please sign in to comment.