up the versions
Some checks failed
Matrix / nightly (push) Failing after 8s
Matrix / beta (push) Failing after 9s
Matrix / stable (push) Failing after 16s
Matrix / nightly (pull_request) Failing after 0s
Matrix / beta (pull_request) Failing after 21s
Matrix / stable (pull_request) Failing after 5s
Some checks failed
Matrix / nightly (push) Failing after 8s
Matrix / beta (push) Failing after 9s
Matrix / stable (push) Failing after 16s
Matrix / nightly (pull_request) Failing after 0s
Matrix / beta (pull_request) Failing after 21s
Matrix / stable (pull_request) Failing after 5s
This commit is contained in:
4
.github/workflows/builder.yml
vendored
4
.github/workflows/builder.yml
vendored
@@ -13,8 +13,8 @@ jobs:
|
||||
name: ${{matrix.rust}}
|
||||
runs-on: x86_64-linux
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@v1
|
||||
- uses: actions/checkout@v6
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: ${{matrix.rust}}
|
||||
components: rustfmt, clippy
|
||||
|
||||
Reference in New Issue
Block a user