Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
snissn committed May 29, 2024
1 parent d055105 commit fa9ff15
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ jobs:
- name: Build Contracts
run: make build

- name: Clean up disk space
run: |
df -h
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h
- name: Compilation
run: |
cd testing
Expand Down

0 comments on commit fa9ff15

Please sign in to comment.