From f78d6f1db3d3a6fee2acee7c29a6cb11148e505b Mon Sep 17 00:00:00 2001 From: Louis Moureaux Date: Fri, 15 Dec 2023 02:36:33 +0100 Subject: [PATCH] macOS CI: make hdiutil more verbose In case it fails to create an image, make sure it tells us why. --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a44920a98c..33a1090790 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -256,6 +256,7 @@ jobs: mkdir staging mv Freeciv21.app staging create-dmg \ + --hdiutil-verbose \ --volname "Freeciv21 Installer" \ --volicon "client.icns" \ --window-pos 200 120 \