Skip to content

Commit

Permalink
Add workaround for meson installations 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 5938964 commit f7dd9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build library
run: |
cd libgnunetchat
meson setup --prefix /usr build
meson setup --prefix=/usr --libdir=lib build
meson compile -C build
meson install -C build
cd ..
Expand All @@ -66,5 +66,5 @@ jobs:
- name: Build application
run: |
meson setup --prefix /usr build
meson setup --prefix=/usr --libdir=lib build
meson compile -C build

0 comments on commit f7dd9a7

Please sign in to comment.