libgnunetchat

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

commit 81aa56fd0ea2cf90f82e4bf4eac8c648b375217e
parent 23af14560e440e8cf3a62df19973e9702e78739a
Author: Jacki <jacki@thejackimonster.de>
Date:   Mon, 26 Aug 2024 03:27:49 +0200

Reduce updating packages list to speedup workflow

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

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

diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml @@ -19,7 +19,6 @@ jobs: - name: Install dependencies (framework) run: | - sudo apt-get -qq update 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 @@ -38,7 +37,6 @@ jobs: - name: Install dependencies (library) run: | - sudo apt-get -qq update sudo apt-get -qq install ninja-build meson gcc - name: Build library @@ -48,7 +46,6 @@ jobs: - name: Install dependencies (testing) run: | - sudo apt-get -qq update sudo apt-get -qq install check - name: Rebuild library