From 6fbd8c885849bb6a7a7be37a5a80e41d71933442 Mon Sep 17 00:00:00 2001 From: Julien Marrec Date: Wed, 2 Dec 2020 15:11:42 +0100 Subject: [PATCH] Fix #8406 --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 491f604cbae..e790667fc46 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,7 +16,7 @@ jobs: python-version: 3.7 - name: Set up LaTeX - run: sudo apt-get install texlive texlive-xetex texlive-science + run: sudo apt update && sudo apt install -y texlive texlive-xetex texlive-science - name: Create Build Environment run: cmake -E make_directory ${{runner.workspace}}/EnergyPlus/doc/build