From 7e6e01529226262e6e1b76855a4c6b43ffd11df4 Mon Sep 17 00:00:00 2001 From: Franziska Wegner <57569315+franziska-wegner@users.noreply.github.com> Date: Tue, 5 Dec 2023 07:44:15 -0800 Subject: [PATCH] Test cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 47ae2dab..66551594 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -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: |