From 09f3b82408028cc904e93c104ce29041d7d88345 Mon Sep 17 00:00:00 2001 From: Artem Vorotnikov Date: Thu, 4 Aug 2022 12:30:09 +0300 Subject: [PATCH] Fix CI (#222) --- .github/workflows/main.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67fda32d..19e1b008 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,12 +8,16 @@ name: CI jobs: ci: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: sudo apt-get install -y libext2fs-dev libprotoc-dev protobuf-compiler + - run: sudo apt-get install -y libext2fs-dev + + - uses: arduino/setup-protoc@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions-rs/toolchain@v1 with: @@ -50,7 +54,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} args: --all-features - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: repository: ethereum/tests submodules: recursive