mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-12 19:21:10 +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
|
sudo apt-get install -y protobuf-compiler clang libclang-dev
|
||||||
- name: Install dependencies (macOS)
|
- name: Install dependencies (macOS)
|
||||||
if: matrix.os == 'macos-14'
|
if: matrix.os == 'macos-14'
|
||||||
run: brew install protobuf
|
run: brew install protobuf llvm
|
||||||
- name: Install LLVM and Clang
|
|
||||||
uses: KyleMayes/install-llvm-action@v2
|
|
||||||
with:
|
|
||||||
version: "21.1"
|
|
||||||
|
|
||||||
- name: Caching Step
|
- name: Caching Step
|
||||||
id: cache-step
|
id: cache-step
|
||||||
|
|||||||
Reference in New Issue
Block a user