Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Cmake-Multi-Platform Workflow #2

3 changes: 3 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,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