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 22f6fa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install Dependencies
run: |
brew update
brew install --force llvm
Expand Down

0 comments on commit 22f6fa1

Please sign in to comment.