Skip to content

Commit

Permalink
feat(*): upgrade to polkadot-sdk 1.7.0 (merge branch polkadot-v1.7.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
wd30130 committed Apr 2, 2024
2 parents 9a74a70 + 7a8fc82 commit 34ca6c1
Show file tree
Hide file tree
Showing 61 changed files with 22,481 additions and 84,218 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Rust

on:
push:
branches: [ "main" ]
branches:
- '**'
pull_request:
branches: [ "main" ]
branches:
- '**'

env:
CARGO_TERM_COLOR: always
Expand All @@ -15,6 +17,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Free up space on runner
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Rust Setup
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -44,6 +53,10 @@ jobs:
with:
cache-on-failure: true
cache-all-crates: true

- name: Add rust-src
run: |
rustup component add rust-src
- name: Build
run: cargo check --release
Expand Down
Loading

0 comments on commit 34ca6c1

Please sign in to comment.