Skip to content

Commit 04cb916

Browse files
authored
Fix mactex relted CI issues
A call to `brew update` is needed to avoid issues related to older mactex binaries being taken down.
1 parent fca9859 commit 04cb916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0
3636

3737
- name: Install MacTeX using Homebrew
38-
run: brew install --cask mactex
38+
run: brew update && brew install --cask mactex
3939

4040
- name: Compile LaTeX document on macOS
4141
run: |

0 commit comments

Comments
 (0)