commit caed524d21885fea1f3846759bb7abbeb3715663
parent f7dd9a704ea5124175381c7c1916291ee3ed3d37
Author: Jacki <jacki@thejackimonster.de>
Date: Wed, 29 May 2024 02:55:04 +0200
Add sudo to meson install command in workflow
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
@@ -47,7 +47,7 @@ jobs:
cd libgnunetchat
meson setup --prefix=/usr --libdir=lib build
meson compile -C build
- meson install -C build
+ sudo meson install -C build
cd ..
- name: Checkout the current branch