Skip to content

Commit

Permalink
install fdisk to make hdd image
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao authored Feb 4, 2024
1 parent 0f14897 commit a26f2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/orchid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
rm -r /run/host${{ runner.tool_cache }}
- name: Install needed packages
run: apt update && apt install debootstrap -y
run: apt update && apt install -y debootstrap fdisk

- name: Build ISO
run: ./build.sh etc/terraform.conf
Expand Down

0 comments on commit a26f2de

Please sign in to comment.