aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-14 12:10:28 -0400
committerBradley Taunt <bt@btxx.org>2024-07-14 12:10:28 -0400
commit666a32a200354846aef1c87046dd213ad17868d9 (patch)
treead66777473d5aa4dcd92e0baa5660b78af0d8ea1 /.build.yml
parentc462fedc98f3810baf6d7ebc588748c907e7445b (diff)
use proper smu project clone
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.build.yml b/.build.yml
index c0132bc..c762838 100644
--- a/.build.yml
+++ b/.build.yml
@@ -11,10 +11,10 @@ sources:
- https://git.sr.ht/~bt/jsfree.org
tasks:
- install-smu: |
- git clone https://git.btxx.org/smu
+ git clone https://git.sr.ht/~bt/smu
cd smu
- make
- make install
+ sudo make
+ sudo make install
- build: |
cd jsfree.org
make build