File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,12 @@ runs:
2323 fi
2424 echo "version=$TOOLCHAIN" >> $GITHUB_OUTPUT
2525
26- - name : " Setup stable toolchain for RBMT"
27- uses : actions-rust-lang/setup-rust-toolchain@v1
28- with :
29- toolchain : stable
30-
31- - name : " Install RBMT"
32- shell : bash
33- run : cargo install --git https://github.com/rust-bitcoin/rust-bitcoin-maintainer-tools.git --rev "$(cat rbmt-version)" cargo-rbmt
34-
3526 - name : " Setup requested toolchain"
3627 uses : actions-rust-lang/setup-rust-toolchain@v1
3728 with :
3829 toolchain : ${{ steps.toolchain.outputs.version }}
3930 components : ${{ inputs.components }}
31+
32+ - name : " Install RBMT"
33+ shell : bash
34+ run : cargo install --git https://github.com/rust-bitcoin/rust-bitcoin-maintainer-tools.git --rev "$(cat rbmt-version)" cargo-rbmt --locked
You can’t perform that action at this time.
0 commit comments