Skip to content

Commit

Permalink
ci: remove protoc dependency (#165)
Browse files Browse the repository at this point in the history
libp2p migrated from `prost` to `quick-protobuf`, this removed `protoc`
dependency.

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
  • Loading branch information
bajtos committed Mar 30, 2023
1 parent 9236989 commit 2917acb
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Install Protoc
uses: arduino/setup-protoc@ab6203da1c3118e4406048171b09238ad31ad73e # latest
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff # v1
Expand Down Expand Up @@ -67,11 +62,6 @@ jobs:
- target: "x86_64-unknown-linux-gnu"
os: ubuntu-latest
steps:
- name: Install Protoc
uses: arduino/setup-protoc@ab6203da1c3118e4406048171b09238ad31ad73e # latest
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff # v1
Expand Down Expand Up @@ -108,9 +98,6 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Install Protoc
run: sudo apt-get install protobuf-compiler

- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff # v1
Expand All @@ -129,9 +116,6 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Install Protoc
run: sudo apt-get install protobuf-compiler

- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff # v1
Expand All @@ -151,9 +135,6 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Install Protoc
run: sudo apt-get install protobuf-compiler

- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff # v1
Expand Down

0 comments on commit 2917acb

Please sign in to comment.