mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 14:08:32 +00:00
Fix typo in Xtask CI (#1526)
I think there was a typo here. If this is not a typo and I misunderstood the comment please just ignore this PR.
This commit is contained in:
parent
15aaa2b297
commit
8bc7320a35
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
use xshell::cmd;
|
||||
|
||||
fn main() {
|
||||
// When run locally, results may from actual CI runs triggered by .github/workflows/ci.yml
|
||||
// When run locally, results may differ from actual CI runs triggered by .github/workflows/ci.yml
|
||||
// - Official CI runs latest stable
|
||||
// - Local runs use whatever the default Rust is locally
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue