From da0273bdac1d44007b0d1e63c566648370512a02 Mon Sep 17 00:00:00 2001 From: Morgan Adamiec Date: Fri, 22 Nov 2024 23:40:54 +0000 Subject: [PATCH] Figure out size of runner --- .github/workflows/publish-check-compile.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-check-compile.yml b/.github/workflows/publish-check-compile.yml index d25fc1027b270..2808b1ded3b4f 100644 --- a/.github/workflows/publish-check-compile.yml +++ b/.github/workflows/publish-check-compile.yml @@ -30,6 +30,9 @@ jobs: with: cache-on-failure: true + - name: check space + run: df -h + - name: install parity-publish run: cargo install parity-publish@0.10.2 --locked -q