Skip to content

Commit ada3cac

Browse files
committed
ci: install missing package
1 parent 176a0f0 commit ada3cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wc-document-generation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
contents: read
99

1010
jobs:
11-
generate-requirements:
11+
generate-documents:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
set -Eeuo pipefail
23-
sudo apt-get install --update --no-install-recommends -y pandoc plantuml texlive texlive-fonts-recommended
23+
sudo apt-get install --update --no-install-recommends -y lmodern pandoc plantuml texlive texlive-fonts-recommended
2424
python -m pip install gherkin-official pytm sbdl
2525
- name: Generate requirements document
2626
run: |

0 commit comments

Comments
 (0)