mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
Temporarily disable beta CI
This commit is contained in:
parent
87c093df87
commit
2a2318d4c6
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -26,7 +26,9 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
rust: [nightly, beta, stable, 1.54.0]
|
||||
# beta broken: https://github.com/rust-lang/rust/issues/91872
|
||||
#rust: [nightly, beta, stable, 1.54.0]
|
||||
rust: [nightly, stable, 1.54.0]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue