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 4583c8e commit a4e3fee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Install LaTeX (Linux)
# if: matrix.os == 'ubuntu-latest'
if: startsWith(matrix.config.os,'ubuntu-')
if: startsWith(matrix.os,'ubuntu-')
run: |
sudo apt update --fix-missing
sudo apt upgrade
Expand All @@ -112,7 +112,7 @@ jobs:
shell: bash

- name: Install LaTeX (MacOS)
if: matrix.config.os == 'macos-latest'
if: matrix.os == 'macos-latest'
run: |
brew update
brew install --cask mactex;
Expand All @@ -122,7 +122,7 @@ jobs:
shell: bash

- name: Install LaTeX (Windows)
if: startsWith(runner.os, 'windows-')
if: startsWith(matrix.os, 'windows-')
uses: teatimeguest/setup-texlive-action@v3
with:
packages: >-
Expand Down

0 comments on commit a4e3fee

Please sign in to comment.