Skip to content

Commit

Permalink
CI (alpine): Install missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed May 24, 2024
1 parent 1c7f84e commit d9beb18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ jobs:
readline-dev
suitesparse-dev
texinfo
texmf-dist-latex
xvfb-run
xz-dev
zlib-dev
Expand Down Expand Up @@ -310,7 +311,7 @@ jobs:
printf "::group::\033[0;32m==>\033[0m Unpack tarball\n"
tar zxvf gl2ps-1.4.2.tgz
# Don't build documentation
sed -i 's/if(PDFLATEX_COMPILER)/if(OFF)/g' gl2ps-1.4.2/CMakeLists.txt
# sed -i 's/if(PDFLATEX_COMPILER)/if(OFF)/g' gl2ps-1.4.2/CMakeLists.txt
echo "::endgroup::"
printf "::group::\033[0;32m==>\033[0m Configure\n"
mkdir -p build && cd build
Expand Down

0 comments on commit d9beb18

Please sign in to comment.