From 180e5ff74e6b1028e738bbdc792f39db8f50229c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Thu, 13 Jun 2024 22:09:42 +0200 Subject: [PATCH] run windows ci on rust 1.78 --- .github/workflows/validation-jobs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validation-jobs.yml b/.github/workflows/validation-jobs.yml index 778d8a27a2655..69dd94204b429 100644 --- a/.github/workflows/validation-jobs.yml +++ b/.github/workflows/validation-jobs.yml @@ -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