Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/libp2p/rust-libp2p into q…
Browse files Browse the repository at this point in the history
…uic_quinn
  • Loading branch information
mxinden committed May 11, 2023
2 parents 9158f48 + 3fde132 commit 9cd937b
Show file tree
Hide file tree
Showing 147 changed files with 3,437 additions and 5,279 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
env:
CRATE: ${{ matrix.crate }}
steps:
- name: Install Protoc
run: sudo apt-get install -y protobuf-compiler
- name: Install zlib for `libp2p-websocket` # https://github.com/paritytech/soketto/issues/72
run: sudo apt-get install zlib1g-dev --yes

- uses: actions/checkout@v3

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
cargo metadata --format-version=1 --no-deps | \
jq -e -r '.packages[] | select(.name == "'"$CRATE"'") | .dependencies | all(.name != "libp2p")'
- uses: taiki-e/cache-cargo-install-action@7dd0cff2732612ac642812bcec4ada5a279239ed # v1
- uses: taiki-e/cache-cargo-install-action@924d49e0af41f449f0ad549559bc608ee4653562 # v1
with:
tool: tomlq

Expand Down

0 comments on commit 9cd937b

Please sign in to comment.