File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2929 # could do us a lot of harm. This is also the reason that there are
3030 # 2 jobs - it's so that it's not possible to take over a job that
3131 # has permissions.
32- permissions : {}
32+ permissions : {}
3333 timeout-minutes : 30
3434 # This is to prevent a situation, when job A triggered by push 1 finishes
3535 # after job B triggered by push 2. That could result in incorrectly assigning
5858 - name : Setup rust toolchain
5959 uses : actions-rust-lang/setup-rust-toolchain@v1
6060 - name : Install semver-checks
61- uses : taiki-e/install-action@v2
62- with :
63- tool : cargo-semver-checks
61+ # This is a temporary workaround because current cargo-semver-checks doesn't work with this repo,
62+ # and needs a fix. After the bug is fixed, we should revert to using taiki-e/install-action.
63+ # See: https://github.com/obi1kenobi/cargo-semver-checks/issues/1379
64+ run : cargo install --git https://github.com/Lorak-mmk/cargo-semver-checks.git cargo-semver-checks --branch main
6465 - name : Verify the API compatibilty with PR base
6566 id : semver-pr-check
6667 run : |
You can’t perform that action at this time.
0 commit comments