From 35f402aa012fb85b8898e10c372bf31be55000c2 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 11 Jun 2025 15:46:22 -0400 Subject: [PATCH] CI: Use the version of deutex from GHA Ubuntu There's no need for us to recompile deutex every time we build Freedoom, since it's already in Github Actions. In a comment on #671 it was mentioned that this was done to work around a crash in the version of deutex in bionic, but that bug is long-fixed now. --- .github/workflows/make.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 8a731125..da57c7df 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -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: |