Skip to content

Commit 63fd8fb

Browse files
authored
Windows CI example runner: back to using rust stable (#13863)
- Revert #13834 once wgpu released the fix for gfx-rs/wgpu#5812
1 parent 4cd1885 commit 63fd8fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/validation-jobs.yml

Lines changed: 1 addition & 3 deletions
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)