mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
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.
This commit is contained in:
parent
9da5523da4
commit
35f402aa01
1 changed files with 1 additions and 11 deletions
12
.github/workflows/make.yml
vendored
12
.github/workflows/make.yml
vendored
|
@ -19,18 +19,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install python3-pil asciidoc unzip zip ruby dos2unix \
|
sudo apt install python3-pil asciidoc unzip zip ruby dos2unix \
|
||||||
inkscape
|
inkscape deutex
|
||||||
sudo gem install asciidoctor-pdf --pre
|
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
|
- name: Build
|
||||||
id: buildstep
|
id: buildstep
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue