Merge pull request #1512 from freedoom/github-actions-deutex

CI: Use the version of deutex from GHA Ubuntu
This commit is contained in:
Simon Howard 2025-06-23 15:38:39 -04:00 committed by GitHub
commit 3e710657bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,18 +19,8 @@ jobs:
run: |
sudo apt update
sudo apt install python3-pil asciidoc unzip zip ruby dos2unix \
inkscape
inkscape deutex
sudo gem install asciidoctor-pdf --pre
- name: Install Deutex
run: |
git clone https://github.com/Doom-Utils/deutex.git
cd deutex
git checkout v5.2.1
sudo apt install libpng-dev
./bootstrap
./configure
make
sudo make install
- name: Build
id: buildstep
run: |