Skip to content

Commit

Permalink
trying to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tvercaut committed Mar 28, 2024
1 parent ccdd6e2 commit 9799c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install MacTeX using Homebrew
if: startsWith(matrix.os, 'macos')
run: brew install --cask mactex
run: brew update && brew install --cask mactex

- name: Compile LaTeX document on macOS
if: startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit 9799c93

Please sign in to comment.