Skip to content

Commit 14fdec6

Browse files
authored
run windows ci on rust 1.78 (#13834)
# Objective - temporary fix for CI - Rust 1.79 seems to have broken bevy on DX12 on some configuration ## Solution - Keep using Rust 1.78
1 parent 2cffd14 commit 14fdec6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validation-jobs.yml

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

0 commit comments

Comments
 (0)