Skip to content

Commit

Permalink
Test 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 c69e7d4 commit 7e6e015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
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(runner.os, 'ubuntu-') }}
# if: ${{ startsWith(runner.os, 'ubuntu-') }}

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

0 comments on commit 7e6e015

Please sign in to comment.