From 22fda273ad809f06141e87c3ec53efdbd4b78056 Mon Sep 17 00:00:00 2001 From: Franziska Wegner <57569315+franziska-wegner@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:25:54 -0800 Subject: [PATCH] Update Cmake-Multi-Platform Workflow We enable some flags to the CMake run that download some frameworks. --- .github/workflows/cmake-multi-platform.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 84067879..a6f6ff68 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -75,6 +75,9 @@ jobs: # args: install mingw --version=8.1.0 -y # Compared to Window and MacOS best option with stable ~2 min installation time. + # In the end, it does not matter which OS generates the LaTeX document and compiles + # it. Thus, we decide for Linux as it is the fastest option, w.r.t. LaTeX installation + # time. MacOS: > 13 min, Windows: >> 25 min. - name: Install LaTeX (Linux) if: startsWith(matrix.os,'ubuntu-') run: |