Skip to content

Commit

Permalink
Windows CI example runner: back to using rust stable (bevyengine#13863)
Browse files Browse the repository at this point in the history
- Revert bevyengine#13834 once wgpu released the fix for
gfx-rs/wgpu#5812
  • Loading branch information
mockersf authored and zmbush committed Jul 3, 2024
1 parent 6168f06 commit 275e2eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.78
- uses: dtolnay/rust-toolchain@stable
- name: Build bevy
shell: bash
# this uses the same command as when running the example to ensure build is reused
Expand Down

0 comments on commit 275e2eb

Please sign in to comment.