Skip to content

Commit

Permalink
Add sudo to meson install command in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jacki <[email protected]>
  • Loading branch information
TheJackiMonster committed May 29, 2024
1 parent f7dd9a7 commit caed524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caed524

Please sign in to comment.