From: Guus Sliepen Date: Wed, 1 Apr 2026 14:23:42 +0000 (+0200) Subject: Fix building muon in the CI pipeline X-Git-Url: https://www.tinc-vpn.org/git/?a=commitdiff_plain;h=ce9a495f3c62e82df21b7a9beae0129fcc2320e7;p=tinc Fix building muon in the CI pipeline --- diff --git a/.ci/muon/run.sh b/.ci/muon/run.sh index bba42cf7..1fcaa694 100755 --- a/.ci/muon/run.sh +++ b/.ci/muon/run.sh @@ -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