Skip to content

Commit

Permalink
install CMake & llvm for macos12
Browse files Browse the repository at this point in the history
  • Loading branch information
erikziyunchi committed Mar 4, 2024
1 parent 50b937a commit fb628b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install CMake & LLVM
if: matrix.os == 'macos-12'
run: |
brew update
brew install llvm
brew install cmake
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit fb628b0

Please sign in to comment.