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 profile: minimal
toolchain: stable toolchain: stable
override: true 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 - uses: actions/checkout@v2
with: with:
repository: kdheepak/taskwarrior-testdata repository: kdheepak/taskwarrior-testdata