Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Nov 29, 2023
1 parent 8527fc6 commit 3a85f4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: checkout source
uses: actions/checkout@v4

- name: Install Cap'n Proto
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get install -y capnproto libcapnp-dev
- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@nightly
with:
Expand Down

0 comments on commit 3a85f4f

Please sign in to comment.