From 63fd8fbae5921042006cc3c81b750821ef3adec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Thu, 27 Jun 2024 07:12:15 +0200 Subject: [PATCH] Windows CI example runner: back to using rust stable (#13863) - Revert #13834 once wgpu released the fix for https://github.com/gfx-rs/wgpu/pull/5812 --- .github/workflows/validation-jobs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/validation-jobs.yml b/.github/workflows/validation-jobs.yml index 69dd94204b..778d8a27a2 100644 --- a/.github/workflows/validation-jobs.yml +++ b/.github/workflows/validation-jobs.yml @@ -132,9 +132,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@master - with: - toolchain: 1.78 + - uses: dtolnay/rust-toolchain@stable - name: Build bevy shell: bash # this uses the same command as when running the example to ensure build is reused