aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index bff41b8..b8cf514 100644
--- a/.build.yml
+++ b/.build.yml
@@ -15,6 +15,10 @@ tasks:
./configure
make pax
sudo install -Dm755 pax /usr/bin/pax
+ - install-blake3: |
+ git clone --quiet https://git.sr.ht/~mcf/b3sum
+ cd b3sum
+ sudo make PREFIX=/usr install
- build: |
cd cpt
./configure