mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-22 07:57:58 +00:00
Install llvm on macos
This commit is contained in:
@@ -200,11 +200,7 @@ jobs:
|
||||
sudo apt-get install -y protobuf-compiler clang libclang-dev
|
||||
- name: Install dependencies (macOS)
|
||||
if: matrix.os == 'macos-14'
|
||||
run: brew install protobuf
|
||||
- name: Install LLVM and Clang
|
||||
uses: KyleMayes/install-llvm-action@v2
|
||||
with:
|
||||
version: "21.1"
|
||||
run: brew install protobuf llvm
|
||||
|
||||
- name: Caching Step
|
||||
id: cache-step
|
||||
|
||||
Reference in New Issue
Block a user