Skip to content

Commit 56f1a58

Browse files
committed
Fix some errors for testnet-20.04 build (2)
1 parent 5e3c417 commit 56f1a58

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
@@ -75,6 +75,12 @@ jobs:
7575
SPID: ${{ secrets.SPID_TESTNET }}
7676
API_KEY: ${{ secrets.API_KEY_TESTNET }}
7777
steps:
78+
- name: Clean up space (workaround)
79+
run: |
80+
sudo rm -rf /usr/share/dotnet
81+
sudo rm -rf /opt/ghc
82+
sudo rm -rf "/usr/local/share/boost"
83+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
7884
- uses: actions/checkout@v4
7985
with:
8086
submodules: recursive

0 commit comments

Comments
 (0)