Remove taskd from ci install

This commit is contained in:
Dheepak Krishnamurthy 2021-03-12 09:16:50 -07:00
parent f4ea7eb96b
commit dc2fa980d5

View file

@ -30,7 +30,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: sudo apt-get update && sudo apt-get install -y taskwarrior taskd
- run: sudo apt-get update && sudo apt-get install -y taskwarrior
- uses: actions/checkout@v2
with:
repository: kdheepak/taskwarrior-testdata