Skip to content

Commit

Permalink
Install capnproto...
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Oct 18, 2024
1 parent a0e3623 commit 505bfc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,10 @@ jobs:
needs: changes
if: ${{ needs.changes.outputs.rust == 'true' && github.event_name == 'pull_request' }}
uses: CQCL/hugrverse-actions/.github/workflows/rs-semver-checks.yml@ab/semver-checks
with:
apt-dependencies: capnproto
secrets:
GITHUB_PAT: ${{ secrets.HUGRBOT_PAT }}
GITHUB_PAT: ${{ secrets.HUGRBOT_PAT }}

# This is a meta job to mark successful completion of the required checks,
# even if they are skipped due to no changes in the relevant files.
Expand Down

0 comments on commit 505bfc9

Please sign in to comment.