Skip to content

Commit ece717b

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gha.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v3
2323
- name: Install Dependencies
24-
brew update
25-
brew install --force llvm
24+
run: |
25+
brew update
26+
brew install --force llvm
2627
2728
- name: Cache boost
2829
id: cache-boost

0 commit comments

Comments
 (0)