Skip to content

Commit

Permalink
Merge pull request #66 from zachary0809/polkadot-v1.7.1
Browse files Browse the repository at this point in the history
Fix XCM transfer issue
  • Loading branch information
wd30130 authored Mar 19, 2024
2 parents c0e85a8 + 3492712 commit 8c4e46b
Show file tree
Hide file tree
Showing 6 changed files with 1,120 additions and 860 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,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
Loading

0 comments on commit 8c4e46b

Please sign in to comment.