Skip to content

Commit 891acb3

Browse files
committedMar 17, 2025
[CI] Add missing 'brew update' for macOS
1 parent e607267 commit 891acb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
${{ runner.os }}-brew-
4343
- name: Setup environment
4444
run: |
45+
brew update
4546
brew install --cask mactex
4647
- name: Build
4748
run: |

0 commit comments

Comments
 (0)