libgnunetchat

library for GNUnet Messenger
Log | Files | Refs | README | LICENSE

commit 294fca9f935eb0ea184b75dba469fc48e9e436a4
parent 0d8ce8057595843cd66956227c0a63e2f05c6464
Author: Jacki <jacki@thejackimonster.de>
Date:   Mon, 17 Jun 2024 01:03:52 +0200

Fix build issue in workflow

Signed-off-by: Jacki <jacki@thejackimonster.de>

Diffstat:
M.github/workflows/linux.yml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml @@ -36,6 +36,11 @@ jobs: - name: Checkout the current branch uses: actions/checkout@v3 + - name: Install dependencies (application) + run: | + sudo apt-get -qq update + sudo apt-get -qq install ninja-build meson gcc + - name: Build library run: | meson setup --prefix=/usr --libdir=lib build