From ac5fb436afd8ce2b32eef2a2d7bb1ac3c8bd68bf Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Thu, 11 Feb 2021 13:48:41 -0700 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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