Skip to content

Commit

Permalink
Auto-install bevy_cli build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbat00 committed Jan 5, 2025
1 parent 32f2ad4 commit 506fb1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
run: cargo install --git https://github.com/TheBevyFlock/bevy_cli bevy_cli

- name: Build color_test
run: bevy build --example color_test web --bundle
# The first run may prompt to install dependencies, hence the `--yes` flag.
run: bevy build --yes --example color_test web --bundle
- name: Build paint_callback
run: bevy build --example paint_callback web --bundle
- name: Build render_egui_to_image
Expand All @@ -44,7 +45,7 @@ jobs:
run: bevy build --example simple web --bundle
- name: Build simple_multipass
run: bevy build --example simple_multipass web --bundle
# We skip the two_windows example as it's not supported in WASM
# We skip the two_windows example as it's not supported in WASM
- name: Build ui
run: bevy build --example ui web --bundle

Expand Down

0 comments on commit 506fb1b

Please sign in to comment.