Skip to content

Commit

Permalink
ci: Re-add llvm install to semver-checks run
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Feb 5, 2025
1 parent 4054d80 commit fedc2ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/semver-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ jobs:
needs: [changes]
if: ${{ needs.changes.outputs.rust == 'true' }}
uses: CQCL/hugrverse-actions/.github/workflows/rs-semver-checks.yml@main
with:
apt-dependencies: llvm-14
secrets:
GITHUB_PAT: ${{ secrets.HUGRBOT_PAT }}

0 comments on commit fedc2ec

Please sign in to comment.