Specify git revision to avoid breakage as possible on semverver

This commit is contained in:
Yuki Okushi 2020-11-25 12:15:42 +09:00
parent 5598401c18
commit 908363d836
2 changed files with 3 additions and 2 deletions

View file

@ -234,7 +234,7 @@ jobs:
github_token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/checkout@v2
- name: Setup Rust toolchain
# FIXME: Pin nightly version to make semverver compilable.
# Should update the semverver revision in semver.sh if we touch nightly ver.
run: TOOLCHAIN=nightly-2020-11-19 sh ./ci/install-rust.sh
- name: Check breaking changes
run: sh ci/semver.sh linux

View file

@ -15,7 +15,8 @@ fi
rustup component add rustc-dev llvm-tools-preview
cargo install --git https://github.com/rust-dev-tools/rust-semverver
# Should update the nightly version in bors CI config if we touch this.
cargo install --git https://github.com/rust-lang/rust-semverver --rev 71c340ff867d2f79613cfe02c6714f1d2ef00bc4
TARGETS=
case "${OS}" in