Skip to content

Commit

Permalink
Temporarily disable beta CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 8, 2022
1 parent 87c093d commit 2a2318d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a2318d

Please sign in to comment.