Skip to content

Commit

Permalink
Fixed brew update on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
redboltz committed Aug 6, 2024
1 parent 232fff1 commit ece717b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install Dependencies
brew update
brew install --force llvm
run: |
brew update
brew install --force llvm
- name: Cache boost
id: cache-boost
Expand Down

0 comments on commit ece717b

Please sign in to comment.