Skip to content

Commit

Permalink
Adjust prefix for meson builds 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 85e13d6 commit 5938964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies (framework)
run: |
sudo apt-get -qq update
sudo apt-get -qq install automake autoconf autopoint gettext recutils uncrustify yapf3
sudo apt-get -qq install automake autoconf autopoint gcc gettext recutils uncrustify yapf3
sudo apt-get -qq install python3-sphinx python3-sphinx-multiversion python3-sphinx-rtd-theme
sudo apt-get -qq install libgcrypt20-dev libjansson-dev libsodium-dev libcurl4-gnutls-dev libidn2-dev libunistring-dev libsqlite3-dev libmicrohttpd-dev libltdl-dev
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Build library
run: |
cd libgnunetchat
meson setup build
meson setup --prefix /usr build
meson compile -C build
meson install -C build
cd ..
Expand All @@ -66,5 +66,5 @@ jobs:
- name: Build application
run: |
meson setup build
meson setup --prefix /usr build
meson compile -C build

0 comments on commit 5938964

Please sign in to comment.