Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion rbmt-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
83e42eda5ea71c4ebccc2222c21054f2c390d779
bcff6290c9e3f5b4d7e832acb5a8c6bf890fd1ce