Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Fix CI (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 authored Aug 4, 2022
1 parent 82dbc6d commit 09f3b82
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 09f3b82

Please sign in to comment.