Skip to content

Commit 5e3c417

Browse files
committed
Fix some errors for testnet-20.04 build
1 parent 564722d commit 5e3c417

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@ jobs:
131131
REGISTRY: ghcr.io
132132
IMAGE_NAME: scrtlabs/secret-network-node
133133
steps:
134+
- name: Clean up space (workaround)
135+
run: |
136+
sudo rm -rf /usr/share/dotnet
137+
sudo rm -rf /opt/ghc
138+
sudo rm -rf "/usr/local/share/boost"
139+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
134140
- uses: actions/checkout@v4
135141
with:
136142
submodules: recursive

0 commit comments

Comments
 (0)