Skip to content

Commit

Permalink
add sudo to capnproto install
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Jan 31, 2024
1 parent c6c8daf commit 8597ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: apt-get install capnproto
- run: sudo apt-get install capnproto
- run: cargo clippy
- run: cargo test

0 comments on commit 8597ef7

Please sign in to comment.