Skip to content

Commit

Permalink
fix(ci): install nextest for veripb
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Feb 7, 2025
1 parent e172c81 commit 4ae559e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pigeons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
shared-key: "build-test"
- name: Install latest nextest release
uses: taiki-e/install-action@nextest
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 4ae559e

Please sign in to comment.