Skip to content

Commit 22f6fa1

Browse files
committed
Fixed brew update on CI.
1 parent 232fff1 commit 22f6fa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gha.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v3
2323
- name: Install Dependencies
24+
run: |
2425
brew update
2526
brew install --force llvm
2627

0 commit comments

Comments
 (0)