Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 5, 2023
1 parent c6c0987 commit 4c1401c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ jobs:
sudo apt upgrade
sudo apt update
sudo apt-get install texlive texlive-latex-recommended texlive-extra-utils texlive-latex-extra texlive-font-utils
if: startsWith(matrix.config.os,'ubuntu-')
# if: startsWith(matrix.config.os,'ubuntu-')
if: ${{ startsWith(matrix.config.os, 'ubuntu-') }}

- name: Install LaTeX (MacOS)
run: |
Expand Down

0 comments on commit 4c1401c

Please sign in to comment.