Skip to content

Commit

Permalink
Merge pull request #77 from OriginTrail/develop
Browse files Browse the repository at this point in the history
Devnet release 1.3.0
  • Loading branch information
NZT48 authored Apr 22, 2024
2 parents b9a1bb6 + e27f311 commit fa1554c
Show file tree
Hide file tree
Showing 22 changed files with 354 additions and 261 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
runs-on: ubuntu-22.04

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 Code
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit fa1554c

Please sign in to comment.