This commit is contained in:
Luke Parker
2025-09-21 22:53:22 -04:00
parent 41bb2c7b2a
commit 9a08ffde09
6 changed files with 6 additions and 14 deletions

View File

@@ -38,11 +38,11 @@ runs:
shell: bash
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt install -y ca-certificates protobuf-compiler
sudo apt install -y ca-certificates protobuf-compiler libclang-dev
elif [ "$RUNNER_OS" == "Windows" ]; then
choco install protoc
choco install protoc llvm
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install protobuf
brew install protobuf llvm
fi
- name: Install solc