Skip to content

Commit

Permalink
Update brew
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Oct 4, 2024
1 parent 83dfc5f commit 94e80a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,10 @@ jobs:
- name: Retreive cached dependecies
uses: Swatinem/rust-cache@v2
- name: Install LLVM
run: brew install llvm@19 --quiet
run: |
brew update
brew upgrade
brew install llvm@19 --quiet
- name: Checkout cairo_native
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 94e80a8

Please sign in to comment.