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
4 changes: 2 additions & 2 deletions .github/workflows/build-and-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
python-version: ${{ inputs['python-version'] }}

- name: Install cargo-orthohelp
run: cargo install cargo-orthohelp --version 0.8.0 --locked
run: cargo install cargo-orthohelp --version 0.9.0 --locked

- name: Validate cargo-orthohelp version
shell: bash
run: |
set -euo pipefail
cargo-orthohelp --version | grep '0\.8\.0'
cargo-orthohelp --version | grep -Eq '(^|[[:space:]])0\.9\.0([[:space:]]|$)'

- name: Build release binary
uses: leynos/shared-actions/.github/actions/rust-build-release@8add2d99854a5b77548eae98cca59202e68fefc8
Expand Down
Loading
Loading