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 f70d8a5 commit 4195a68
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
steps:
- name: make file
run: |
sudo apt-get install debootstrap
dd if=/dev/zero of=umlfs bs=1 count=0 seek=1G
mkfs -t ext4 -F umlfs
- name: debootstrap directory
run: mkdir debootstrap
- name: mount filesystem
run: sudo mount -o loop,rw umlfs debootstrap
- name: install debootstrap
run: sudo apt-get install debootstrap
- name: debootstrap
run: sudo debootstrap --variant=minbase bookworm debootstrap/
mkdir debootstrap
sudo mount -o loop,rw umlfs debootstrap
sudo debootstrap --variant=minbase bookworm debootstrap/
- name: test
run: echo "test"

0 comments on commit 4195a68

Please sign in to comment.