fix(ci): buf makefile dependency, update semgrep workflow (#1144)

This commit is contained in:
Aditya Saravanan
2022-06-22 10:28:23 +02:00
committed by GitHub
parent 6cf2b9fdd3
commit 8eb8e51894
3 changed files with 19 additions and 27 deletions
-8
View File
@@ -237,14 +237,6 @@ else
@echo "protoc-gen-go already installed; skipping..."
endif
ifeq (, $(shell which protoc))
@echo "Please istalling protobuf according to your OS"
@echo "macOS: brew install protobuf"
@echo "linux: apt-get install -f -y protobuf-compiler"
else
@echo "protoc already installed; skipping..."
endif
ifeq (, $(shell which solcjs))
@echo "Installing solcjs..."
@npm install -g solc@0.5.11