We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca9859 commit 04cb916Copy full SHA for 04cb916
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
fetch-depth: 0
36
37
- name: Install MacTeX using Homebrew
38
- run: brew install --cask mactex
+ run: brew update && brew install --cask mactex
39
40
- name: Compile LaTeX document on macOS
41
run: |
0 commit comments