Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jopelima authored Oct 3, 2023
1 parent 1994ed8 commit d183593
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ jobs:
run: mkfs -t ext4 -F umlfs
- name: debootstrap directory
run: mkdir debootstrap
- name: modprobe
run: sudo modprobe loop
- name: mount filesystem
run: mount -o loop,rw umlfs debootstrap
run: sudo mount -o loop,rw umlfs debootstrap
- name: install debootstrap
run: sudo apt-get install debootstrap
- name: debootstrap
Expand Down

0 comments on commit d183593

Please sign in to comment.