Skip to content

Commit

Permalink
Update Cmake-Multi-Platform Workflow
Browse files Browse the repository at this point in the history
We enable some flags to the CMake run that download some frameworks.
  • Loading branch information
franziska-wegner committed Dec 5, 2023
1 parent 1167dbe commit 22fda27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 22fda27

Please sign in to comment.