Skip to content

Commit 8df2725

Browse files
Update main.yml
1 parent 3368401 commit 8df2725

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +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
5051
hformat -l "$label" "$dmg_path"
5152
mount_point="$(mktemp -d)"
5253
mount -t hfs -o loop "$dmg_path" "$mount_point"

0 commit comments

Comments
 (0)