mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Fix the goddamn CI
This commit is contained in:
parent
6eb243170c
commit
bde566825f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly-2021-10-24
|
||||
toolchain: nightly-2022-02-02
|
||||
override: true
|
||||
components: rustfmt
|
||||
|
||||
|
@ -34,7 +34,7 @@ jobs:
|
|||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly-2021-10-24
|
||||
toolchain: nightly-2022-02-02
|
||||
override: true
|
||||
components: clippy
|
||||
|
||||
|
|
Loading…
Reference in a new issue