Skip to content

Commit 27d9fed

Browse files
committed
Only check docs on rustc 1.52 as rustc stable now crashes
1 parent 2940099 commit 27d9fed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ jobs:
165165
check_commits:
166166
runs-on: ubuntu-latest
167167
env:
168-
TOOLCHAIN: stable
168+
# rustc 1.53 regressed and panics when building our (perfectly fine) docs.
169+
# See https://github.com/rust-lang/rust/issues/84738
170+
TOOLCHAIN: 1.52.1
169171
steps:
170172
- name: Checkout source code
171173
uses: actions/checkout@v2

0 commit comments

Comments
 (0)