Skip to content

Commit 275e2eb

Browse files
mockersfzmbush
authored andcommitted
Windows CI example runner: back to using rust stable (bevyengine#13863)
- Revert bevyengine#13834 once wgpu released the fix for gfx-rs/wgpu#5812
1 parent 6168f06 commit 275e2eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/validation-jobs.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ jobs:
132132
timeout-minutes: 30
133133
steps:
134134
- uses: actions/checkout@v4
135-
- uses: dtolnay/rust-toolchain@master
136-
with:
137-
toolchain: 1.78
135+
- uses: dtolnay/rust-toolchain@stable
138136
- name: Build bevy
139137
shell: bash
140138
# this uses the same command as when running the example to ensure build is reused

0 commit comments

Comments
 (0)