chore(CI): Check the MSRV
Because of `rust-toolchain.toml` file, now the rustc will install the channel that in it, so we need to override the MSRV in the `cargo` command
This commit is contained in:
parent
1d9e0373e8
commit
098d5df395
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: https://codeberg.org/TheAwiteb/rust-action@v1.74
|
- uses: https://codeberg.org/TheAwiteb/rust-action@v1.74
|
||||||
|
- name: Check MSRV
|
||||||
|
run: cargo +1.74 build
|
||||||
- name: Build the source code
|
- name: Build the source code
|
||||||
run: cargo build
|
run: cargo build
|
||||||
- name: Check the code format
|
- name: Check the code format
|
||||||
|
|
Loading…
Reference in a new issue