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 fb4e683 commit 9615d76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: make file
run: dd if=/dev/zero of=umlfs bs=1 count=0 seek=1G
- name: create filesystem
run: mkfs -t ext4 -F umlfs
- name: debootstrap directory
run: mkdir debootstrap
- name: mount filesystem
run: mount -o loop,rw umlfs debootstrap
- name: install debootstrap
run: sudo apt-get install debootstrap
- name: debootstrap
Expand Down

0 comments on commit 9615d76

Please sign in to comment.