diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 401cf97..0475bff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file