Skip to content

Commit 731827f

Browse files
authored
[CI] Add missing 'brew update' for macOS (#25)
1 parent a0a6057 commit 731827f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- uses: actions/checkout@v4
3636
- name: Setup environment
3737
run: |
38+
brew update
3839
brew install --cask mactex
3940
- name: Build
4041
run: |

0 commit comments

Comments
 (0)