Skip to content

Commit

Permalink
ci: install capnp in unsoundness check
Browse files Browse the repository at this point in the history
miri check currently failing because of this
  • Loading branch information
ss2165 committed Oct 11, 2024
1 parent 36548ab commit cbd5414
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unsoundness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
prefix-key: v0-miri
- name: Install CapnProto
run: sudo apt-get install -y capnproto
- name: Test with Miri
run: cargo miri test

0 comments on commit cbd5414

Please sign in to comment.