feat: Build taskwarrior CI against stable

This commit is contained in:
RedEtherbloom 2024-11-11 22:26:47 +01:00
parent 92418bd9f4
commit 39792b2299
3 changed files with 53 additions and 18 deletions

View file

@ -32,15 +32,10 @@ jobs:
toolchain: stable
override: true
- run: sudo apt-get update
- name: Compile taskwarrior
run: |
cd /tmp
git clone https://github.com/GothenburgBitFactory/taskwarrior
cd taskwarrior
git checkout v3.0.0
cmake -DCMAKE_BUILD_TYPE=release -DENABLE_SYNC=OFF .
make
sudo make install
- name: 'Install Taskwarrior'
uses: ./.github/actions/install-taskwarrior
with:
secret_gh_token: ${{ secrets.GITHUB_TOKEN }}
- run: |
task --version
- uses: actions/checkout@v4