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
This commit is contained in:
François Mockers 2024-06-14 20:01:51 +02:00 committed by GitHub
parent 2cffd14923
commit 14fdec674d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,7 +132,9 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.78
- name: Build bevy
shell: bash
# this uses the same command as when running the example to ensure build is reused