Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jopelima committed Oct 3, 2023
1 parent 9615d76 commit 0299057
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: mkfs -t ext4 -F umlfs
- name: debootstrap directory
run: mkdir debootstrap
- name: modprobe
run: sudo modprobe loop ; sudo lsmod | grep loop
- name: mount filesystem
run: mount -o loop,rw umlfs debootstrap
- name: install debootstrap
Expand Down

0 comments on commit 0299057

Please sign in to comment.