Skip to content

Commit 1c11da5

Browse files
Update main.yml
1 parent 20f1a51 commit 1c11da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
dd if=/dev/zero "of=$dmg_path" bs=1M "count=$dmg_size"
4848
label=$(sed -r "s/\s/_/g" <<< "$app_name")
4949
label=$(sed -r "s/^(.{,27}).*$/\1/g" <<< "$label")
50-
sudo apt install hfsutils
50+
sudo apt install hfsutils hfsprogs
5151
sudo hformat -l "$label" "$dmg_path"
5252
mount_point="$(sudo mktemp -d)"
5353
sudo mount -t hfs -o loop "$dmg_path" "$mount_point"

0 commit comments

Comments
 (0)