Skip to content

Commit

Permalink
fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
chudkowsky committed Oct 21, 2024
1 parent 6729ff9 commit 7801f13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install Protobuf
run: sudo apt-get install -y protobuf-compiler

- name: Build
run: cargo build --verbose

Expand All @@ -45,6 +49,9 @@ jobs:

- uses: Swatinem/rust-cache@v2

- name: Install Protobuf
run: sudo apt-get install -y protobuf-compiler

- name: Run tests
run: ./scripts/e2e_test.sh

Expand Down

0 comments on commit 7801f13

Please sign in to comment.