diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bcceb1..315ab9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: profile: minimal toolchain: stable override: true + - run: sudo apt-get update && sudo apt-get install -y taskwarrior taskd - uses: actions-rs/cargo@v1 with: command: test