aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-26 18:31:37 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-26 18:31:37 +0000
commitcc1c1df670f3f16b897358b34f81d6c72328458f (patch)
tree44130dbd4bf08cf67fba8fd3c2bb9721eb6dcf54
parentTry to get the non-docker approach working first (diff)
downloadTCPDBench-cc1c1df670f3f16b897358b34f81d6c72328458f.tar.gz
TCPDBench-cc1c1df670f3f16b897358b34f81d6c72328458f.zip
add texlive-latex-extra for standalone.cls
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3ce26a3c..f07ab8be 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
steps:
- name: Install dependencies
- run: sudo apt-get update && sudo apt-get install build-essential latexmk
+ run: sudo apt-get update && sudo apt-get install build-essential latexmk texlive-latex-extra
shell: bash
- name: Install Python 3.8