Skip to content

Commit

Permalink
ci: Install capnproto in release-plz ci (#1579)
Browse files Browse the repository at this point in the history
The last release workflow run failed due to capnproto not being
installed.
https://github.com/CQCL/hugr/actions/runs/11325304655/job/31491921923

drive-by: Add `capnproto` to the list of dev requirements in
`DEVELOPMENT.md`
  • Loading branch information
aborgna-q authored Oct 14, 2024
1 parent 6c425ee commit cfe78b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
token: ${{ secrets.HUGRBOT_PAT }}
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install CapnProto
run: sudo apt-get install -y capnproto
- name: Run release-plz
uses: MarcoIeni/[email protected]
env:
Expand Down
1 change: 1 addition & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ To setup the environment manually you will need:
- Just: https://just.systems/
- Rust `>=1.75`: https://www.rust-lang.org/tools/install
- uv `>=0.3`: docs.astral.sh/uv/getting-started/installation
- capnproto `>=1.0`: https://capnproto.org/install.html

Once you have these installed, you can install the required python dependencies and setup pre-commit hooks with:

Expand Down

0 comments on commit cfe78b6

Please sign in to comment.