Skip to content

Commit

Permalink
ci(actions): Build source package including manual with Luajit
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jun 2, 2023
1 parent 0511dfe commit 38c5334
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -34,11 +34,13 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install cargo fonts-sil-gentiumplus jq libarchive-tools libfontconfig1-dev libharfbuzz-dev libicu-dev liblua5.3-dev libpng-dev lua5.3 lua-sec lua-socket lua-zlib-dev luarocks poppler-utils
sudo apt-get install cargo fonts-sil-gentiumplus jq libarchive-tools libfontconfig1-dev libharfbuzz-dev libicu-dev libluajit-5.1-dev libpng-dev luajit lua-sec lua-socket lua-zlib-dev luarocks poppler-utils
- name: Configure
run: |
./bootstrap.sh
./configure PDFINFO=false \
--datarootdir=$(cd ..; pwd) \
--with-luajit \
--disable-font-variations \
--without-system-luarocks \
--with-manual
Expand Down

0 comments on commit 38c5334

Please sign in to comment.