commit 4b99e0b5241949e00dfc736cfd557e6d9d1e1bf0 parent 21c1061476713ffd36adc9b5cc838d19ce0c27a3 Author: Jacki <jacki@thejackimonster.de> Date: Wed, 29 May 2024 01:47:30 +0200 Add remaining build dependencies for configuration to workflow Signed-off-by: Jacki <jacki@thejackimonster.de> Diffstat:
| M | .github/workflows/linux.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies (framework) run: | sudo apt-get -qq update - sudo apt-get -qq install libgcrypt20-dev recutils libjansson-dev libsodium-dev libcurl4-gnutls-dev libidn2-dev libunistring-dev libsqlite3-dev libmicrohttpd-dev libltdl-dev python3-sphinx python3-sphinx-multiversion python3-sphinx-rtd-theme + sudo apt-get -qq install automake autoconf libgcrypt20-dev recutils libjansson-dev libsodium-dev libcurl4-gnutls-dev libidn2-dev libunistring-dev libsqlite3-dev libmicrohttpd-dev libltdl-dev python3-sphinx python3-sphinx-multiversion python3-sphinx-rtd-theme gettext - name: Build framework run: |