Windows CI example runner: back to using rust stable (#13863)

- Revert #13834 once wgpu released the fix for
https://github.com/gfx-rs/wgpu/pull/5812
This commit is contained in:
François Mockers 2024-06-27 07:12:15 +02:00 committed by GitHub
parent 4cd188568a
commit 63fd8fbae5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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