Skip to content

Commit

Permalink
Update install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Dec 16, 2024
1 parent af43664 commit 58df02a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 58df02a

Please sign in to comment.