mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Pin nightly compiler version in CI
This commit is contained in:
parent
b9df9abe9b
commit
35e5bac766
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -35,14 +35,14 @@ jobs:
|
|||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
- nightly-2022-01-17
|
||||
|
||||
include:
|
||||
- rust: stable
|
||||
features: "--features full"
|
||||
- rust: beta
|
||||
features: "--features full"
|
||||
- rust: nightly
|
||||
- rust: nightly-2022-01-17
|
||||
features: "--all-features"
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue