]> tinc-vpn.org Git - tinc/commitdiff
Fix building muon in the CI pipeline
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 1 Apr 2026 14:23:42 +0000 (16:23 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 1 Apr 2026 14:23:42 +0000 (16:23 +0200)
.ci/muon/run.sh

index bba42cf746a77de2d73f71ab404873b5e177daa8..1fcaa69435bf89312b7b432624c4e80b953820e7 100755 (executable)
@@ -34,8 +34,8 @@ header 'Fetch and build muon'
 git clone --depth=1 $git_muon ~/muon
 pushd ~/muon
 ./bootstrap.sh build
-./build/muon setup build
-samu -C build
+./build/muon-bootstrap setup build
+./build/muon-bootstrap -C build samu
 ./build/muon -C build install
 popd