summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-11-25 12:15:42 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-11-25 12:15:42 +0900
commit908363d836fd0ebab499d4356b6f0805c8ebbecc (patch)
tree9233161e6434dc10218b440b41a0c9b1037741db /.github
parent5598401c182fc0289bc0f386651944624cb15581 (diff)
downloadrust-libc-908363d836fd0ebab499d4356b6f0805c8ebbecc.tar.gz
Specify git revision to avoid breakage as possible on semverver
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bors.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml
index 36adeeecf2..f6fa2fe0fe 100644
--- a/.github/workflows/bors.yml
+++ b/.github/workflows/bors.yml
@@ -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