diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-26 18:31:37 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-26 18:31:37 +0000 |
| commit | cc1c1df670f3f16b897358b34f81d6c72328458f (patch) | |
| tree | 44130dbd4bf08cf67fba8fd3c2bb9721eb6dcf54 | |
| parent | Try to get the non-docker approach working first (diff) | |
| download | TCPDBench-cc1c1df670f3f16b897358b34f81d6c72328458f.tar.gz TCPDBench-cc1c1df670f3f16b897358b34f81d6c72328458f.zip | |
add texlive-latex-extra for standalone.cls
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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 |
