diff --git a/.github/workflows/stuff.yml b/.github/workflows/stuff.yml index a2e78c975ff12..17d49c70bcf95 100644 --- a/.github/workflows/stuff.yml +++ b/.github/workflows/stuff.yml @@ -33,7 +33,7 @@ jobs: - name: Check hot reloading run: | - cargo build --example "hot_asset_reloading,bevy_ci_testing" + cargo build --example asset_processing --features "hot_asset_reloading,bevy_ci_testing" (sleep 1; sed -i.bak 's/"a"/"modified"/' examples/asset/processing/assets/a.cool.ron) &; cargo run --example asset_processing --features "filesystem_watcher,bevy_ci_testing" cat examples/asset/processing/imported_assets/a.cool.ron env: