diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 5bf6e6bf..97d3e492 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -63,6 +63,9 @@ jobs: mknod "${loop_device}p1" b 259 0 # Manually create because hosted-runner kernel does not refresh /dev mknod "${loop_device}p2" b 259 1 + - name: Check disk space + run: df . -h + - name: Run the installer run: ${{ matrix.config_installer.installer }} config ${{ matrix.config_installer.config_file }}