Skip to content

Commit

Permalink
Merge branch 'master' into feat/pallet-xvm-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunxw committed Jul 26, 2023
2 parents 50c04b2 + b83fea8 commit eed8ce4
Show file tree
Hide file tree
Showing 79 changed files with 3,226 additions and 1,834 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: Free disk space
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"
df -h
- name: Checkout the source code
uses: actions/checkout@v3

Expand Down
Loading

0 comments on commit eed8ce4

Please sign in to comment.