aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-07-30 14:04:42 +0000
committermerakor <cem@ckyln.com>2021-07-30 14:04:42 +0000
commit8918c09f040c72aa3dd7fb89b5ad4866c6da74a0 (patch)
tree6b79b6b98908c75e5c01509e9c7eb3f44eaa4004
parent1b48e570759c00c32047cbbf942dbdf62efa970a (diff)
downloadcpt-8918c09f040c72aa3dd7fb89b5ad4866c6da74a0.tar.gz
.build.yml: update
FossilOrigin-Name: 4dd52166d893b7342025b2b816d54b12b15ffec9f5e46f822f3f0b6404bec1ff
-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