Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Sep 11, 2023
1 parent c31c169 commit 0fe24a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stuff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Check hot reloading
run: |
cargo build --example asset_processing --features "hot_asset_reloading,bevy_ci_testing"
cargo build --example asset_processing --features "filesystem_watcher,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:
Expand Down

0 comments on commit 0fe24a7

Please sign in to comment.