Skip to content

Commit fcefa20

Browse files
committed
don't sync nightly
1 parent 5752b84 commit fcefa20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-releasability.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326
DEBIAN_FRONTEND=noninteractive sudo apt-get install --no-install-recommends -yq libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev
327327
- name: Document with scrapping example
328328
run: |
329-
cargo +nightly doc -Zunstable-options -Zrustdoc-scrape-examples --no-deps
329+
cargo doc -Zunstable-options -Zrustdoc-scrape-examples --no-deps
330330
331331
example-doc-check2:
332332
name: Example Documentation
@@ -359,7 +359,7 @@ jobs:
359359
DEBIAN_FRONTEND=noninteractive sudo apt-get install --no-install-recommends -yq libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev
360360
- name: Document with scrapping example
361361
run: |
362-
cargo +nightly doc -Zunstable-options -Zrustdoc-scrape-examples --no-deps
362+
cargo doc -Zunstable-options -Zrustdoc-scrape-examples --no-deps
363363
364364
# release-private-registry:
365365
# name: Release to Private Registry

0 commit comments

Comments
 (0)