diff options
author | merakor <cem@ckyln.com> | 2021-07-30 14:04:42 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-07-30 14:04:42 +0000 |
commit | 8918c09f040c72aa3dd7fb89b5ad4866c6da74a0 (patch) | |
tree | 6b79b6b98908c75e5c01509e9c7eb3f44eaa4004 | |
parent | 1b48e570759c00c32047cbbf942dbdf62efa970a (diff) | |
download | cpt-8918c09f040c72aa3dd7fb89b5ad4866c6da74a0.tar.gz |
.build.yml: update
FossilOrigin-Name: 4dd52166d893b7342025b2b816d54b12b15ffec9f5e46f822f3f0b6404bec1ff
-rw-r--r-- | .build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |