mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-12 21:41:10 +00:00
Install clang and llvm dependencies
This commit is contained in:
@@ -201,6 +201,10 @@ jobs:
|
|||||||
- 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
|
||||||
|
- name: Install LLVM and Clang
|
||||||
|
uses: KyleMayes/install-llvm-action@v2
|
||||||
|
with:
|
||||||
|
version: "10.0"
|
||||||
|
|
||||||
- name: Caching Step
|
- name: Caching Step
|
||||||
id: cache-step
|
id: cache-step
|
||||||
|
|||||||
Reference in New Issue
Block a user