Skip to content

Commit a40bd95

Browse files
committed
r-brot
1 parent ac2a3b4 commit a40bd95

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,12 @@ jobs:
137137
- name: Fetch head
138138
uses: actions/checkout@v4
139139

140-
- name: Install rust stable
140+
- name: Install rust nightly
141141
uses: dtolnay/rust-toolchain@stable
142142
with:
143143
toolchain: nightly
144144
targets: x86_64-unknown-linux-gnu, aarch64-apple-darwin, aarch64-apple-ios, x86_64-pc-windows-msvc
145+
components: rust-src
145146

146147
- name: docs build check
147-
run: bash build-xplat-docs.sh
148+
run: bash test-docsrs-build.sh
File renamed without changes.

0 commit comments

Comments
 (0)