Skip to content

Commit 53b6b4e

Browse files
committed
fix(ci): run syncrdme on nightly
1 parent bfc80f5 commit 53b6b4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/ci/sync-rdme/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ runs:
1313
RUSTDOCFLAGS: "-Dwarnings --cfg docsrs --sort-modules-by-appearance --enable-index-page -Zunstable-options"
1414
run: |
1515
set -xeo pipefail
16-
cargo sync-rdme --all-features --workspace --check
16+
cargo +nightly sync-rdme --all-features --workspace --check

.github/workflows/cargo-release-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
RUSTDOCFLAGS: "-Dwarnings --cfg docsrs --sort-modules-by-appearance --enable-index-page -Zunstable-options"
7474
RUSTC_BOOTSTRAP: "1"
75-
run: cargo sync-rdme --all-features --workspace
75+
run: cargo +nightly sync-rdme --all-features --workspace
7676

7777
- name: fmt cargo toml
7878
if: ${{ steps.changed.outputs.result == 1 }}

0 commit comments

Comments
 (0)