Skip to content

Commit 60fbd64

Browse files
authored
Add disk space check before installation
1 parent 865829c commit 60fbd64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/install/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ runs:
6262
echo "env.TMPDIR=${{env.TMPDIR}}"
6363
export TMPDIR="/home/${USER}/tmp"
6464
mkdir -p "${TMPDIR}"
65+
df -h
6566
./bin/install.sh
6667
6768
- name: Show installation

0 commit comments

Comments
 (0)