fix: Update taskwarrior for CI/CD

This commit is contained in:
RedEtherbloom 2024-04-15 13:49:09 +02:00
parent d178b986ad
commit de552ee99c
2 changed files with 2 additions and 2 deletions

View file

@ -307,7 +307,7 @@ jobs:
cd /tmp cd /tmp
git clone https://github.com/GothenburgBitFactory/taskwarrior git clone https://github.com/GothenburgBitFactory/taskwarrior
cd taskwarrior cd taskwarrior
git checkout v2.6.1 git checkout v3.0.0
cmake -DCMAKE_BUILD_TYPE=release -DENABLE_SYNC=OFF . cmake -DCMAKE_BUILD_TYPE=release -DENABLE_SYNC=OFF .
make make
sudo make install sudo make install

View file

@ -37,7 +37,7 @@ jobs:
cd /tmp cd /tmp
git clone https://github.com/GothenburgBitFactory/taskwarrior git clone https://github.com/GothenburgBitFactory/taskwarrior
cd taskwarrior cd taskwarrior
git checkout v2.6.1 git checkout v3.0.0
cmake -DCMAKE_BUILD_TYPE=release -DENABLE_SYNC=OFF . cmake -DCMAKE_BUILD_TYPE=release -DENABLE_SYNC=OFF .
make make
sudo make install sudo make install