mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
unpin miri (#6863)
# Objective - https://github.com/rust-lang/miri/pull/2713 was merged into miri. See if this fixes miri for bevy.
This commit is contained in:
parent
95c0d99e45
commit
ea80aca7ca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
NIGHTLY_TOOLCHAIN: nightly-2022-11-28
|
||||
NIGHTLY_TOOLCHAIN: nightly
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue