diff --git a/.github/actions/prepare/action.yml b/.github/actions/prepare/action.yml index c2402b0..fb337ee 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -23,17 +23,12 @@ runs: fi echo "version=$TOOLCHAIN" >> $GITHUB_OUTPUT - - name: "Setup stable toolchain for RBMT" - uses: actions-rust-lang/setup-rust-toolchain@v1 - with: - toolchain: stable - - - name: "Install RBMT" - shell: bash - run: cargo install --git https://github.com/rust-bitcoin/rust-bitcoin-maintainer-tools.git --rev "$(cat rbmt-version)" cargo-rbmt - - name: "Setup requested toolchain" uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: ${{ steps.toolchain.outputs.version }} components: ${{ inputs.components }} + + - name: "Install RBMT" + shell: bash + run: cargo install --git https://github.com/rust-bitcoin/rust-bitcoin-maintainer-tools.git --rev "$(cat rbmt-version)" cargo-rbmt --locked diff --git a/rbmt-version b/rbmt-version index 4e3c394..afd9fe5 100644 --- a/rbmt-version +++ b/rbmt-version @@ -1 +1 @@ -83e42eda5ea71c4ebccc2222c21054f2c390d779 +bcff6290c9e3f5b4d7e832acb5a8c6bf890fd1ce