Fix missing protoc in fuzzing run (#403)

* fix fuzzer

* fix evm fuzzer, revert testing changes
This commit is contained in:
Nikita Khateev
2025-02-03 21:11:54 +04:00
committed by GitHub
parent 67c2f2b4e8
commit 268bb2dd12
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -13,6 +13,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Protocol Buffers Compiler
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
@@ -13,6 +13,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Protocol Buffers Compiler
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
- name: Set up Rust
uses: actions-rs/toolchain@v1
with: