mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
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:
parent
4cd188568a
commit
63fd8fbae5
1 changed files with 1 additions and 3 deletions
4
.github/workflows/validation-jobs.yml
vendored
4
.github/workflows/validation-jobs.yml
vendored
|
@ -132,9 +132,7 @@ jobs:
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@master
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
|
||||||
toolchain: 1.78
|
|
||||||
- name: Build bevy
|
- name: Build bevy
|
||||||
shell: bash
|
shell: bash
|
||||||
# this uses the same command as when running the example to ensure build is reused
|
# this uses the same command as when running the example to ensure build is reused
|
||||||
|
|
Loading…
Reference in a new issue