Skip to content

Commit

Permalink
Merge pull request #207 from web3labs/update-pd-deps-9.30
Browse files Browse the repository at this point in the history
Polkadot and Frontier Uplift v0.9.30
  • Loading branch information
mohamedelshami authored Nov 14, 2022
2 parents a93e66b + addef4f commit c2d7025
Show file tree
Hide file tree
Showing 41 changed files with 2,330 additions and 2,244 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ jobs:
profile: minimal
target: wasm32-unknown-unknown
toolchain: stable


- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'

- name: Build
run: |
CARGO_INCREMENTAL=0 RUSTFLAGS="-D warnings" cargo build
CARGO_INCREMENTAL=0 cargo build
Loading

0 comments on commit c2d7025

Please sign in to comment.