Skip to content

Commit

Permalink
fix(ci): tweak macos targets to install LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
nwesterhausen committed Jan 22, 2024
1 parent 1f34bcf commit 283eeb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ jobs:
- name: Build
run: |
brew install llvm
cargo build --release --target x86_64-apple-darwin
- name: Prepare Package
Expand Down Expand Up @@ -222,6 +223,7 @@ jobs:
- name: Build
run: |
brew install llvm
cargo build --release --target aarch64-apple-darwin
- name: Prepare Package
Expand Down

0 comments on commit 283eeb5

Please sign in to comment.