Skip to content

Commit

Permalink
Put build dependencies in order
Browse files Browse the repository at this point in the history
Signed-off-by: Jacki <[email protected]>
  • Loading branch information
TheJackiMonster committed May 28, 2024
1 parent 4b99e0b commit 85e13d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Install dependencies (framework)
run: |
sudo apt-get -qq update
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
sudo apt-get -qq install automake autoconf autopoint 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
- name: Build framework
run: |
Expand Down

0 comments on commit 85e13d6

Please sign in to comment.