Skip to content

Commit 14e83f9

Browse files
committed
[CI] Fix broken 'mactex' package on macOS
1 parent e607267 commit 14e83f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
${{ runner.os }}-brew-
4343
- name: Setup environment
4444
run: |
45-
brew install --cask mactex
45+
brew install --cask mactex-no-gui
4646
- name: Build
4747
run: |
4848
eval "$(/usr/libexec/path_helper)"

0 commit comments

Comments
 (0)