Skip to content

Commit

Permalink
Add xelatex as deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
weetmuts committed Jun 19, 2024
1 parent 2a9e083 commit cc4a7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- id: CHECKOUT_SOURCE
uses: actions/checkout@v3
- id: INSTALL_ADDITIONAL_BUILD_DEPENDENCIES
run: sudo apt install -y eatmydata libtidy-dev libxml2-dev libxslt1-dev unzip jq
run: sudo apt install -y eatmydata libtidy-dev libxml2-dev libxslt1-dev unzip jq texlive-xetex
- id: CONFIGURE
run: eatmydata ./configure
- id: MAKE
Expand Down

0 comments on commit cc4a7d9

Please sign in to comment.