Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

build(deps): update dependencies to polkadot v0.9.30 #68

Merged
merged 3 commits into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set-Up
run: sudo apt install -y git clang curl libssl-dev llvm libudev-dev
run: sudo apt install -y git clang curl libssl-dev llvm libudev-dev cmake protobuf-compiler

- name: Install Rustup
run: |
Expand Down