Skip to content

Commit

Permalink
Fix mactex relted CI issues
Browse files Browse the repository at this point in the history
A call to `brew update` is needed to avoid issues related to older mactex binaries being taken down.
  • Loading branch information
tvercaut authored Mar 28, 2024
1 parent fca9859 commit 04cb916
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 @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0

- name: Install MacTeX using Homebrew
run: brew install --cask mactex
run: brew update && brew install --cask mactex

- name: Compile LaTeX document on macOS
run: |
Expand Down

0 comments on commit 04cb916

Please sign in to comment.