bevy/.github/workflows
TimJentzsch d1e5c50761 Use latest stable version for CI 'build' job (#5672)
# Objective

Fixes #5668.

The Rust version used in the CI `build` step previously depended on the default Rust version defined by GitHub in the Ubuntu image: <https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2004-Readme.md#rust-tools>

This currently doesn't allow us to use Rust 1.63 features until this version is updated.

## Solution

We now use the `actions-rs/toolchain@v1` action to always use the latest stable Rust version.
This is already used for other CI jobs that we have.
2022-08-13 15:44:35 +00:00
..
ci.yml Use latest stable version for CI 'build' job (#5672) 2022-08-13 15:44:35 +00:00
dependencies.yml Bump actions/checkout from 2 to 3 (#4136) 2022-03-08 00:46:07 +00:00
docs.yml Enable single-commit option for doc deployment (#5138) 2022-06-29 15:44:34 +00:00
post-release.yml Bump peter-evans/create-pull-request from 3 to 4 (#4940) 2022-07-04 13:04:13 +00:00
release.yml Bump peter-evans/create-pull-request from 3 to 4 (#4940) 2022-07-04 13:04:13 +00:00
validation-jobs.yml set ndk env variable (#5465) 2022-07-27 06:35:04 +00:00