Skip to content

Commit

Permalink
Add libmbedtls-dev package to CI
Browse files Browse the repository at this point in the history
It is required to build Dillo with HTTPS support.
  • Loading branch information
rodarima committed Dec 11, 2023
1 parent 9ca1476 commit 0cea31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 1
- name: Install FLTK
run: sudo apt install -y libfltk1.3-dev
run: sudo apt install -y libfltk1.3-dev libmbedtls-dev
- name: autogen
run: ./autogen.sh
- name: configure
Expand Down

0 comments on commit 0cea31f

Please sign in to comment.